Skip to content

Commit

Permalink
CI: Only attempt to upload coverage reports with COVERAGE: true
Browse files Browse the repository at this point in the history
Otherwise we get a flurry of warning in GitHub.
  • Loading branch information
Geod24 committed Jun 18, 2024
1 parent 6c0bfc7 commit dd94e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ jobs:
shell: bash

- name: Codecov
if: matrix.do_test && runner.os != 'Windows'
uses: codecov/codecov-action@v4

0 comments on commit dd94e48

Please sign in to comment.