Skip to content

Commit

Permalink
Merge branch 'master' into buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
cncastillo authored Jun 20, 2024
2 parents 714cbb4 + 515d915 commit 9068796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ flags:
carryforward: true
paths:
- KomaMRICore/src/.*
- KomaMRICore/ext/.*
files:
carryforward: true
paths:
Expand All @@ -67,3 +68,4 @@ flags:
carryforward: true
paths:
- KomaMRIPlots/src/.*
- KomaMRIPlots/ext/.*
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 9068796

Please sign in to comment.