Skip to content

Commit

Permalink
Update ci.yml to incorporate extensions in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo authored Jun 20, 2024
1 parent 87dec82 commit 515d915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRICore/src
directories: KomaMRICore/src,KomaMRICore/ext
- uses: codecov/codecov-action@v4
with:
files: lcov.info
flags: core
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRIPlots/src
directories: KomaMRIPlots/src,KomaMRIPlots/ext
- uses: codecov/codecov-action@v4
with:
files: lcov.info
Expand Down

0 comments on commit 515d915

Please sign in to comment.