Skip to content

Commit 539e222

Browse files
committed
Use token for coverage submission.
1 parent cbc796e commit 539e222

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
- uses: julia-actions/julia-processcoverage@v1
9595
- uses: codecov/codecov-action@v1
9696
with:
97+
token: ${{ secrets.CODECOV_TOKEN }}
98+
fail_ci_if_error: false
9799
file: lcov.info
98100

99101
# fetching builds from Buildkite with assertions enabled
@@ -144,6 +146,8 @@ jobs:
144146
- uses: julia-actions/julia-processcoverage@v1
145147
- uses: codecov/codecov-action@v1
146148
with:
149+
token: ${{ secrets.CODECOV_TOKEN }}
150+
fail_ci_if_error: false
147151
file: lcov.info
148152

149153
docs:

0 commit comments

Comments
 (0)