From c104eeebe6ccbd1b1780ec7e3724a3a1df15b61d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 13 May 2020 18:52:37 +0200 Subject: [PATCH] gh/actions: add codecov --- .github/workflows/ci.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) 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