Skip to content

Commit dd94e48

Browse files
committed
CI: Only attempt to upload coverage reports with COVERAGE: true
Otherwise we get a flurry of warning in GitHub.
1 parent 6c0bfc7 commit dd94e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,5 @@ jobs:
133133
shell: bash
134134

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

0 commit comments

Comments
 (0)