summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-04-27 19:24:25 +0300
committerGitHub <noreply@github.com>2021-04-27 19:24:25 +0300
commit6e86e6b886d7744cba1faa80bf3d12c8ac8db3f8 (patch)
tree966f97ba3831315459cd5ef06b341ef268c65eb6 /.github
parent41b375ef33e3368f6f58c13f9649491d01c2ba5e (diff)
downloadwheel-git-6e86e6b886d7744cba1faa80bf3d12c8ac8db3f8.tar.gz
Readded codecov reporting (#402)
Fixes #401.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeqa-test.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index d176bdb..0050bdd 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -47,4 +47,8 @@ jobs:
- name: Install test dependencies
run: pip install .[test]
- name: Test with pytest
- run: python -b -m pytest -W always
+ run: python -b -m pytest -W always --cov-report=xml:pytest-cov.xml
+ - name: Send coverage data to Codecov
+ uses: codecov/codecov-action@v1
+ with:
+ file: pytest-cov.xml