Skip to content

Commit

Permalink
Merge pull request #100 from JuliaOcean/v0p5p6e
Browse files Browse the repository at this point in the history
another try
  • Loading branch information
gaelforget authored Sep 7, 2024
2 parents 8236139 + b7f074d commit de81cef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ 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
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ p=dirname(pathof(Climatology))

!isdir(dirname(P0.pth_out)) ? mkdir(dirname(P0.pth_out)) : nothing
pth_trsp=joinpath(pth,P0.sol,"ECCO_transport_lines")
!isdir(pth_trsp) ? ECCO_helpers.transport_lines(P0.Γ,pth_trsp) : nothing
isdir(pth_trsp) ? mv(pth_trsp,tempname()) : nothing
ECCO_helpers.transport_lines(P0.Γ,pth_trsp)

for k in [collect(1:8)...,12,13,25,26,27,28]
P=ECCO_helpers.parameters(P0,list0[k])
Expand Down

0 comments on commit de81cef

Please sign in to comment.