We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69cb1f8 commit eace7e5Copy full SHA for eace7e5
.github/workflows/CI.yml
@@ -87,11 +87,7 @@ jobs:
87
id: run_tests
88
env:
89
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
90
- - uses: julia-actions/julia-processcoverage@v1
91
- if: matrix.version != 'nightly' || steps.run_tests.outcome == 'success'
92
- - uses: codecov/codecov-action@v5
93
+ - uses: mxschmitt/action-tmate@v3
+ if: ${{ !cancelled() }}
94
with:
95
- files: lcov.info
96
- token: ${{ secrets.CODECOV_TOKEN }}
97
- fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
+ limit-access-to-actor: false
0 commit comments