gh/actions: add codecov
This commit is contained in:
parent
80c3246333
commit
c104eeebe6
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in New Issue