Skip to content

Commit 846f277

Browse files
inkydragonkimikage
authored andcommitted
ci: fix codecov (#276)
1 parent 914efac commit 846f277

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/UnitTest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,6 @@ jobs:
4848
- uses: julia-actions/julia-processcoverage@v1
4949
- uses: codecov/codecov-action@v1
5050
with:
51+
token: ${{ secrets.CODECOV_TOKEN }} # required
52+
fail_ci_if_error: true
5153
file: lcov.info

.github/workflows/UnitTestArm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ jobs:
6464
- uses: julia-actions/julia-processcoverage@v1
6565
- uses: codecov/codecov-action@v1
6666
with:
67+
token: ${{ secrets.CODECOV_TOKEN }} # required
68+
fail_ci_if_error: true
6769
file: lcov.info

0 commit comments

Comments
 (0)