Skip to content

Commit

Permalink
Merge pull request #167 from JuliaReach/schillic/codecov
Browse files Browse the repository at this point in the history
Add Aqua badge and fix Codecov
  • Loading branch information
schillic authored Feb 29, 2024
2 parents c984c18 + c974675 commit 0452f45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
2 changes: 2 additions & 0 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# RangeEnclosures.jl

| **Introduction & Documentation** | **Status** | **Community** |**Version-specific Citation** | **License** |
|:-----------------:|:----------:|:-------------:|:----------------------------:|:-----------:|
| [![paper][paper-img]][paper-url] [![docs-dev][dev-img]][dev-url] | [![CI][ci-img]][ci-url] [![codecov][cov-img]][cov-url] | [![zulip][chat-img]][chat-url] | [![zenodo][doi-img]][doi-url] | [![license][lic-img]][lic-url] |
|:--------------------------------:|:----------:|:-------------:|:----------------------------:|:-----------:|
| [![paper][paper-img]][paper-url] [![docs-dev][dev-img]][dev-url] | [![CI][ci-img]][ci-url] [![aqua][aqua-img]][aqua-url] [![codecov][cov-img]][cov-url] | [![zulip][chat-img]][chat-url] | [![zenodo][doi-img]][doi-url] | [![license][lic-img]][lic-url] |

[paper-img]: https://proceedings.juliacon.org/papers/10.21105/jcon.00122/status.svg
[paper-url]: https://doi.org/10.21105/jcon.00122
Expand All @@ -12,6 +12,8 @@
[ci-url]: https://github.com/JuliaReach/RangeEnclosures.jl/actions/workflows/ci.yml
[cov-img]: https://codecov.io/github/JuliaReach/RangeEnclosures.jl/coverage.svg
[cov-url]: https://app.codecov.io/github/JuliaReach/RangeEnclosures.jl
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
[chat-img]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg
[chat-url]: https://julialang.zulipchat.com/#narrow/stream/278609-juliareach
[doi-img]: https://zenodo.org/badge/196427971.svg
Expand Down

0 comments on commit 0452f45

Please sign in to comment.