aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/github-actions.yml
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-30 20:29:47 -0400
committerGitHub <[email protected]>2022-08-30 20:29:47 -0400
commitfc73c1fa059778551ac89d7e8c2eefe7628d6575 (patch)
tree4f1ba4947e7f318810477eaa50f9aa38f3877488 /.github/workflows/github-actions.yml
parent3c0c083efd5ef5b08752b870243ea008315d24ed (diff)
downloadedify-fc73c1fa059778551ac89d7e8c2eefe7628d6575.tar.xz
edify-fc73c1fa059778551ac89d7e8c2eefe7628d6575.zip
Processing coverage report before uploading to codecov
Diffstat (limited to '.github/workflows/github-actions.yml')
-rw-r--r--.github/workflows/github-actions.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 8bafe65..3649ca5 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -159,12 +159,16 @@ jobs:
virtualenv --version
pip --version
tox --version
+ pip install coverage
pip list --format=freeze
- name: test
env:
TOXPYTHON: '${{ matrix.toxpython }}'
run: >
tox -e ${{ matrix.tox_env }} -v
+ - name: process coverage report
+ run: >
+ coverage xml
- uses: actions/checkout@master
- uses: codecov/codecov-action@v3
with: