Skip to content

Commit 9b681ad

Browse files
authored
Merge pull request #7508 from tautschnig/bugfixes/codecov-token
Reduce Codecov failure rate by using a token
2 parents ffd8bdd + 94ec7ee commit 9b681ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,7 @@ jobs:
885885
- name: Upload coverage statistics to Codecov
886886
uses: codecov/codecov-action@v3
887887
with:
888+
token: ${{ secrets.CODECOV_TOKEN }}
888889
files: build/html/coverage.info
889890
fail_ci_if_error: true
890891
verbose: true

0 commit comments

Comments
 (0)