Skip to content

Commit

Permalink
Add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
peremato committed May 30, 2024
1 parent 4db0692 commit a7add83
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ jobs:
prefix: xvfb-run
- uses: julia-actions/julia-processcoverage@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/[email protected]
with:
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
slug: JuliaHEP/XRootD.jl
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit a7add83

Please sign in to comment.