Skip to content

Commit eace7e5

Browse files
authored
Update CI.yml
1 parent 69cb1f8 commit eace7e5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,7 @@ jobs:
8787
id: run_tests
8888
env:
8989
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-
if: matrix.version != 'nightly' || steps.run_tests.outcome == 'success'
90+
- uses: mxschmitt/action-tmate@v3
91+
if: ${{ !cancelled() }}
9492
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
93+
limit-access-to-actor: false

0 commit comments

Comments
 (0)