Skip to content

Commit

Permalink
Skip codecov uploads in scheduled daily tests (#778)
Browse files Browse the repository at this point in the history
We can only upload a limited number of coverage reports for any commit anyway,
this avoids turning these into test failures.
  • Loading branch information
Nothing4You authored Apr 24, 2022
1 parent fc68df2 commit cd06af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ jobs:
timeout-minutes: 6

- name: Upload coverage
if: ${{ github.event_name != 'schedule' }}
uses: codecov/[email protected]
with:
file: ./coverage.xml
Expand Down

0 comments on commit cd06af8

Please sign in to comment.