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.
2 parents 4889408 + 294f789 commit 1c0d019Copy full SHA for 1c0d019
.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