Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored Apr 5, 2024
1 parent 2e68411 commit 378a9df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
slug: JuliaSurv/RateTables.jl
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit 378a9df

Please sign in to comment.