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 912dfa9 + b12947d commit 0ec8390Copy full SHA for 0ec8390
.github/workflows/CI.yml
@@ -41,3 +41,8 @@ jobs:
41
private_registry_uuid: 309a7822-a73e-4490-9504-7d1983f27685
42
- uses: julia-actions/julia-buildpkg@v1
43
- uses: julia-actions/julia-runtest@v1
44
+ - uses: julia-actions/julia-processcoverage@v1
45
+ - uses: codecov/codecov-action@v4
46
+ with:
47
+ token: ${{ secrets.CODECOV_TOKEN }}
48
+ if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'
0 commit comments