Skip to content

Commit 7c80e60

Browse files
authored
Don't upload coverage for formatting
1 parent 8c5f89b commit 7c80e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: ./ci.sh
7070
env:
7171
CHECK_FORMATTING: '${{ matrix.check_formatting }}'
72-
- if: always()
72+
- if: always() && matrix.check_formatting != '1'
7373
uses: codecov/codecov-action@v5
7474
with:
7575
name: Ubuntu (${{ matrix.python }}${{ matrix.extra_name }})

0 commit comments

Comments
 (0)