Skip to content

Commit

Permalink
Update ci.yml to include codecov for KomaMRIIO
Browse files Browse the repository at this point in the history
  • Loading branch information
beorostica committed Nov 28, 2023
1 parent 210c517 commit bb696e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ jobs:
with:
files: lcov.info
flags: plots
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRIIO/src
- uses: codecov/codecov-action@v3
with:
files: lcov.info
flags: io
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb696e9

Please sign in to comment.