diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8284aec70..83392df43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,6 +123,10 @@ jobs: run: sudo pip install -U wheel pipenv && pipenv install --dev - name: Run coverage run: pipenv run ./scripts/coverage.sh + - uses: codecov/codecov-action@v1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + file: ./unittest.xml # Build build-server: needs: diff --git a/README.md b/README.md index 70329e0f4..5e1cb6231 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # passbook ![](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