Skip to content

Commit 0a5bbeb

Browse files
authored
Remove verbose for Codecov (#1080)
1 parent 569003f commit 0a5bbeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,13 @@ jobs:
138138
disable_search: true
139139
files: ./junit.xml
140140
token: ${{ secrets.CODECOV_TOKEN }}
141-
verbose: true
142141

143142
- if: matrix.calculate-coverage
144143
uses: codecov/codecov-action@v5
145144
with:
146145
disable_search: true
147146
files: ./coverage-clover.xml
148147
token: ${{ secrets.CODECOV_TOKEN }}
149-
verbose: true
150148

151149
- if: matrix.calculate-coverage
152150
env:

0 commit comments

Comments
 (0)