Skip to content

Commit

Permalink
Merge pull request #110 from JanJereczek/codecov
Browse files Browse the repository at this point in the history
Codecov
  • Loading branch information
JanJereczek authored Apr 26, 2024
2 parents 88f55d8 + 5b24721 commit 20dedbb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docs:
name: Documentation
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://janjereczek.github.io/FastIsostasy.jl/dev/)
[![](https://img.shields.io/badge/license-GNU_GPL_3.0-green.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
<!-- [![codecov](https://codecov.io/gh/JuliaDynamics/TransitionsInTimeseries.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDynamics/TransitionsInTimeseries.jl) -->
[![](https://img.shields.io/badge/GMD-preprint-purple.svg)](https://egusphere.copernicus.org/preprints/2023/egusphere-2023-2869/#discussion)
[![][ci-img]][ci-url]
[![][codecov-img]][codecov-url]
<!-- [![codecov](https://codecov.io/gh/JuliaDynamics/TransitionsInTimeseries.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaDynamics/TransitionsInTimeseries.jl) -->

[ci-img]: https://github.com/JanJereczek/FastIsostasy.jl/workflows/CI/badge.svg
[ci-url]: https://github.com/JanJereczek/FastIsostasy.jl/actions

[codecov-img]: https://codecov.io/gh/JanJereczek/FastIsostasy.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/JanJereczek/FastIsostasy.jl


*Fast and friendly glacial isostatic adjustment on CPU and GPU.*

Expand Down

0 comments on commit 20dedbb

Please sign in to comment.