Skip to content

Commit f9f61b3

Browse files
committed
Uncomment CodeCov token line in CI.yml
1 parent 3f1a384 commit f9f61b3

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
@@ -70,7 +70,7 @@ jobs:
7070
- uses: codecov/codecov-action@v4
7171
with:
7272
files: lcov.info
73-
# token: ${{ secrets.CODECOV_TOKEN }} # Not required for public repos
73+
token: ${{ secrets.CODECOV_TOKEN }}
7474
fail_ci_if_error: false
7575

7676
# Documentation job - commented out until docs/ folder exists

0 commit comments

Comments
 (0)