We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4903ae3 commit fd6cbfcCopy full SHA for fd6cbfc
.github/workflows/UnitTest.yml
@@ -48,4 +48,6 @@ jobs:
48
- uses: julia-actions/julia-processcoverage@v1
49
- uses: codecov/codecov-action@v4
50
with:
51
+ token: ${{ secrets.CODECOV_TOKEN }} # required
52
+ fail_ci_if_error: true
53
file: lcov.info
.github/workflows/UnitTestArm.yml
@@ -64,4 +64,6 @@ jobs:
64
65
66
67
68
69
0 commit comments