fix(codecov) disable uploading coverage for pull requests

This commit is contained in:
embeddedt
2021-07-08 09:42:37 -04:00
committed by GitHub
parent 41869f238e
commit 27d88de899

View File

@@ -18,6 +18,7 @@ jobs:
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
if: github.event_name == 'push'
with:
fail_ci_if_error: true
verbose: true