Skip to content

Commit

Permalink
Update codecov action
Browse files Browse the repository at this point in the history
Update to v4 of codecov action + adding secret token
  • Loading branch information
MathieuRoule authored Apr 19, 2024
1 parent 9c130ad commit 6145aea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/devCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
branches:
- v2.0
paths:
- .github/workflows/devCI.yml
- src/**
- test/**
push:
branches:
- v2.0
paths:
- .github/workflows/devCI.yml
- src/**
- test/**
jobs:
Expand All @@ -25,6 +27,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
file: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6145aea

Please sign in to comment.