Skip to content

Commit ff453b0

Browse files
committed
Use Codecov token
1 parent bac4d62 commit ff453b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ jobs:
4343
- name: Code coverage
4444
uses: codecov/codecov-action@v3
4545
with:
46-
fail_ci_if_error: true
46+
token: ${{ secrets.CODECOV_TOKEN }}
4747
files: ./build/logs/clover.xml
48+
fail_ci_if_error: true

0 commit comments

Comments
 (0)