Skip to content

Commit

Permalink
Merge pull request #184 from FanwangM/fix_codecov
Browse files Browse the repository at this point in the history
Add `codecov` coverage badge
  • Loading branch information
FanwangM committed Sep 1, 2022
2 parents 52d84d4 + 0e11526 commit 6d287bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Procrustes
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![GitHub Actions CI Tox Status](https://github.com/theochem/procrustes/actions/workflows/ci_tox.yml/badge.svg?branch=master)](https://github.com/theochem/procrustes/actions/workflows/ci_tox.yml)
[![Documentation Status](https://readthedocs.org/projects/procrustes/badge/?version=latest)](https://procrustes.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/theochem/procrustes/branch/master/graph/badge.svg?token=3L96J5QQOT)](https://codecov.io/gh/theochem/procrustes)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/theochem/procrustes/master?filepath=doc%2Fnotebooks%2F)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/theochem/procrustes.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/theochem/procrustes/context:python)

Expand Down
2 changes: 2 additions & 0 deletions .codecov.yml → codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ coverage:

# ignore statistics for the testing folders
ignore:
- setup.py
- updateheaders.py
- .*/test/.*
- .*/examples/.*
- .*/__int__.py
Expand Down

0 comments on commit 6d287bc

Please sign in to comment.