Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4 to 5 (#104)
Browse files Browse the repository at this point in the history
* Bump codecov/codecov-action from 4 to 5

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* skip Test in downgrade

* skip Random in downgrade

* update test value

* lower tolerance

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Lampert <[email protected]>
Co-authored-by: Joshua Lampert <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent a01f31a commit 09a32ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,examples,ext
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: LinearAlgebra,Printf
skip: LinearAlgebra,Printf,Test,Random
projects: ., test
- uses: julia-actions/julia-buildpkg@v1
env:
Expand Down
4 changes: 2 additions & 2 deletions test/test_examples_pde.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ end

@testitem "advection_diffusion_2d_basic.jl" setup=[Setup, AdditionalImports, PDEExamples] begin
@test_include_example(joinpath(EXAMPLES_DIR, "advection_diffusion_2d_basic.jl"),
l2=1.5864821617681693, linf=0.56470989589118,
l2=1.5864821617681693, linf=0.5647099100416488,
pde_test=true, tspan=(0.0, 0.1),
atol=1e-11) # stability issues
atol=1e-7) # stability issues
end

0 comments on commit 09a32ee

Please sign in to comment.