diff --git a/.codecov.yml b/.codecov.yml deleted file mode 100644 index f76df15..0000000 --- a/.codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -codecov: - branch: main - diff --git a/README.rst b/README.rst index 73bceab..c095d52 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ that you are running simulations with sensible parameters. .. |build| image:: https://github.com/Becksteinlab/GromacsWrapper/actions/workflows/ci.yaml/badge.svg?branch=main :target: https://github.com/Becksteinlab/GromacsWrapper/actions/workflows/ci.yaml :alt: Build Status -.. |cov| image:: https://codecov.io/gh/Becksteinlab/GromacsWrapper/branch/main/graph/badge.svg?token=LvbLZ49wxN +.. |cov| image:: https://codecov.io/gh/Becksteinlab/GromacsWrapper/graph/badge.svg?token=LvbLZ49wxN :target: https://codecov.io/gh/Becksteinlab/GromacsWrapper :alt: Code Coverage .. |zenodo| image:: https://zenodo.org/badge/13219/Becksteinlab/GromacsWrapper.svg diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..58ce3c5 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,22 @@ +codecov: + branch: main + +coverage: + status: + project: + default: false + tests: + paths: ["tests/"] + target: 100% + package: + paths: ["gromacs/"] + patch: + default: false + test: + paths: ["tests/"] + target: 100% + threshold: 0% + package: + paths: ["gromacs/"] + target: auto + threshold: 0%