codecov inside GitHub Actions

This commit is contained in:
BennyThink 2021-12-27 13:56:58 +08:00 committed by Benny
parent 21b1394660
commit 49569b306a

View File

@ -19,3 +19,8 @@ jobs:
- name: run test cases - name: run test cases
run: sudo apt install libaom-dev && make test && make run: sudo apt install libaom-dev && make test && make
- name: Codecov
uses: codecov/codecov-action@v2
with:
files: ./coverage.txt
verbose: true