Skip to content

Commit

Permalink
Update code coverage badge (#213)
Browse files Browse the repository at this point in the history
* Update doc version number

* Add automatic website building for `git tag` events

* Update coverage badge
  • Loading branch information
FanwangM authored Sep 17, 2024
1 parent ca148b2 commit bf2ef76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![CI Tox](https://github.com/theochem/procrustes/actions/workflows/ci_tox.yml/badge.svg?branch=main)](https://github.com/theochem/procrustes/actions/workflows/ci_tox.yml)
[![docs](https://github.com/theochem/procrustes/actions/workflows/deploy_website.yaml/badge.svg?branch=main)](https://github.com/theochem/procrustes/actions/workflows/deploy_website.yaml)
[![CI CodeCov](https://github.com/theochem/procrustes/actions/workflows/ci_codecov.yml/badge.svg?branch=main)](https://github.com/theochem/procrustes/actions/workflows/ci_codecov.yml)
[![codecov](https://codecov.io/gh/theochem/procrustes/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/main?filepath=doc%2Fnotebooks%2F)

The Procrustes library provides a set of functions for transforming a matrix to make it
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Codecov configuration to make it a bit less noisy
codecov:
# set new Default branch
branch: main
notify:
require_ci_to_pass: yes

Expand Down

0 comments on commit bf2ef76

Please sign in to comment.