gh/actions: add codecov

This commit is contained in:
Jens Langhammer 2020-05-13 18:52:37 +02:00
parent 80c3246333
commit c104eeebe6
2 changed files with 6 additions and 0 deletions

View File

@ -123,6 +123,10 @@ jobs:
run: sudo pip install -U wheel pipenv && pipenv install --dev run: sudo pip install -U wheel pipenv && pipenv install --dev
- name: Run coverage - name: Run coverage
run: pipenv run ./scripts/coverage.sh run: pipenv run ./scripts/coverage.sh
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./unittest.xml
# Build # Build
build-server: build-server:
needs: needs:

View File

@ -1,6 +1,8 @@
# passbook # passbook
![](https://github.com/BeryJu/passbook/workflows/passbook-ci/badge.svg) ![](https://github.com/BeryJu/passbook/workflows/passbook-ci/badge.svg)
![](https://img.shields.io/docker/pulls/beryju/passbook.svg)
![](https://img.shields.io/docker/v/beryju/passbook?sort=semver)
## Quick instance ## Quick instance