Skip to content

Commit

Permalink
Merge pull request #126 from JuliaComputing/coverage
Browse files Browse the repository at this point in the history
Try get coverage info
  • Loading branch information
baggepinnen authored Aug 19, 2024
2 parents 912dfa9 + b12947d commit 0ec8390
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ jobs:
private_registry_uuid: 309a7822-a73e-4490-9504-7d1983f27685
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'

0 comments on commit 0ec8390

Please sign in to comment.