Skip to content

Commit

Permalink
Merge branch 'master' into test-motion
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillacorta authored Jan 6, 2025
2 parents c92d9d4 + 8d7338c commit 00d348d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,39 +118,39 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
flags: komamri
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRIBase/src
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
flags: base
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRICore/src,KomaMRICore/ext
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
flags: core
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRIPlots/src,KomaMRIPlots/ext
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
flags: plots
token: ${{ secrets.CODECOV_TOKEN }} # required
- uses: julia-actions/julia-processcoverage@v1
with:
directories: KomaMRIFiles/src
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
flags: files
Expand Down
2 changes: 1 addition & 1 deletion KomaMRIPlots/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Kaleido_jll = "0.1"
KomaMRIBase = "0.9"
MAT = "0.10"
PlotlyJS = "0.18"
PlutoPlotly = "0.4, 0.5"
PlutoPlotly = "0.4, 0.5, 0.6"
QMRIColors = "1"
Reexport = "1"
julia = "1.9"
Expand Down

0 comments on commit 00d348d

Please sign in to comment.