We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569003f commit f102fa0Copy full SHA for f102fa0
.github/workflows/ci.yaml
@@ -138,15 +138,13 @@ jobs:
138
disable_search: true
139
files: ./junit.xml
140
token: ${{ secrets.CODECOV_TOKEN }}
141
- verbose: true
142
143
- if: matrix.calculate-coverage
144
uses: codecov/codecov-action@v5
145
with:
146
147
files: ./coverage-clover.xml
148
149
150
151
152
env:
0 commit comments