feat(tests) upload coverage to codecov
This commit is contained in:
8
.github/workflows/ccpp.yml
vendored
8
.github/workflows/ccpp.yml
vendored
@@ -15,4 +15,10 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ammaraskar/gcc-problem-matcher@master
|
||||
- name: Run tests
|
||||
run: sudo apt-get install libpng-dev ruby-full; cd tests; python ./main.py
|
||||
run: sudo apt-get install libpng-dev ruby-full; cd tests; python ./main.py report
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user