Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(codecov) disable uploading coverage for pull requests
  • Loading branch information
embeddedt committed Jul 8, 2021
1 parent 41869f2 commit 27d88de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccpp.yml
Expand Up @@ -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
Expand Down

0 comments on commit 27d88de

Please sign in to comment.