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 69590b3 commit 294f789Copy full SHA for 294f789
.github/workflows/CI.yml
@@ -54,12 +54,11 @@ jobs:
54
julia --color=yes --threads=auto --check-bounds=yes --depwarn=yes --code-coverage=user -e 'import Coverage; import Pkg; Pkg.activate("."); Pkg.test(coverage=true)'
55
julia --color=yes coverage.jl
56
shell: bash
57
- - name: Coveralls
58
- uses: coverallsapp/github-action@v2
+ - uses: codecov/codecov-action@v5
59
with:
60
- parallel: true
61
- path-to-lcov: lcov.info
62
- flag-name: julia-${{ matrix.julia-version }}-${{ matrix.os }}-main-${{ github.event_name }}
+ token: ${{ secrets.CODECOV_TOKEN }}
+ files: lcov.info
+
63
64
additional_tests:
65
name: test ${{ matrix.test_name }} - ${{ matrix.os }}
0 commit comments