Skip to content

Commit

Permalink
Enabling coveralls coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Apr 1, 2021
1 parent 9f5de67 commit 504f3dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -73,6 +73,8 @@ jobs:
coverage report
- name: check formatting
run: make black arg=--check
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
- name: run Codacy coverage reporter
uses: codacy/codacy-coverage-reporter-action@master
with:
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -5,6 +5,8 @@
:target: https://www.codacy.com/gh/bihealth/varfish-server/dashboard?utm_source=github.com&utm_medium=referral&utm_content=bihealth/varfish-server&utm_campaign=Badge_Grade
.. image:: https://app.codacy.com/project/badge/Coverage/f47216cf5a4349acbb9baf5ca1c91329
:target: https://www.codacy.com/gh/bihealth/varfish-server/dashboard?utm_source=github.com&utm_medium=referral&utm_content=bihealth/varfish-server&utm_campaign=Badge_Coverage
.. image:: https://coveralls.io/repos/github/bihealth/varfish-server/badge.svg?branch=master
:target: https://coveralls.io/github/bihealth/varfish-server?branch=master
.. image:: https://img.shields.io/badge/License-MIT-green.svg
:target: https://opensource.org/licenses/MIT

Expand Down

0 comments on commit 504f3dd

Please sign in to comment.