Skip to content

Commit 6aab078

Browse files
committed
ci
1 parent d2a767c commit 6aab078

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
matrix:
2525
version:
2626
- 'min'
27-
- 'lts'
2827
- '1'
2928
os:
3029
- ubuntu-latest
@@ -37,8 +36,3 @@ jobs:
3736
- uses: julia-actions/julia-buildpkg@v1
3837
- uses: julia-actions/julia-runtest@v1
3938
- uses: julia-actions/julia-processcoverage@v1
40-
- uses: codecov/codecov-action@v5
41-
with:
42-
files: lcov.info
43-
token: ${{ secrets.CODECOV_TOKEN }}
44-
fail_ci_if_error: true

0 commit comments

Comments
 (0)