Skip to content

Commit

Permalink
Merge pull request #354 from GillesPy2/remove-old-badge
Browse files Browse the repository at this point in the history
*Do not merge until right BEFORE a release* Remove static badges
  • Loading branch information
seanebum authored May 29, 2020
2 parents bc5ec1f + 59c3496 commit 2cc04a4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
Binary file removed .graphics/coverage.png
Binary file not shown.
21 changes: 0 additions & 21 deletions .graphics/coverage.svg

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ New developments happen primarily in the [`develop`](https://github.com/GillesPy

<p align="center">

| Master Branch | Develop Branch | Coverage | Maintainability |
| Master Branch | Develop Branch | Test Coverage | Maintainability |
|:---------------:|:--------------:|:--------:|:---------------:|
| [![Build Status](https://travis-ci.org/GillesPy2/GillesPy2.svg?branch=master)](https://travis-ci.org/GillesPy2/GillesPy2) | [![Build Status](https://travis-ci.org/GillesPy2/GillesPy2.svg?branch=develop)](https://travis-ci.org/GillesPy2/GillesPy2) | ![Coverage](https://raw.githubusercontent.com/GillesPy2/GillesPy2/develop/.graphics/coverage.svg?sanitize=true) | [![Maintainability](https://api.codeclimate.com/v1/badges/990ac9d778d681d32eea/maintainability)](https://codeclimate.com/github/GillesPy2/GillesPy2/maintainability) |
| [![Build Status](https://travis-ci.org/GillesPy2/GillesPy2.svg?branch=master)](https://travis-ci.org/GillesPy2/GillesPy2) | [![Build Status](https://travis-ci.org/GillesPy2/GillesPy2.svg?branch=develop)](https://travis-ci.org/GillesPy2/GillesPy2) | [![Test Coverage](https://api.codeclimate.com/v1/badges/990ac9d778d681d32eea/test_coverage)](https://codeclimate.com/github/GillesPy2/GillesPy2/test_coverage) | [![Maintainability](https://api.codeclimate.com/v1/badges/990ac9d778d681d32eea/maintainability)](https://codeclimate.com/github/GillesPy2/GillesPy2/maintainability) |

License
-------
Expand Down
1 change: 0 additions & 1 deletion run_coverage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
#pip3 install coverage
#pip3 install coverage-badge
#pip3 install python-libsbml

coverage run --source=gillespy2 --omit=*gillespy2/solvers/stochkit/*,*gillespy2/solvers/cython/* test/run_tests.py -m develop
Expand Down

0 comments on commit 2cc04a4

Please sign in to comment.