diff options
| author | Bobby <[email protected]> | 2022-08-30 20:29:47 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-30 20:29:47 -0400 |
| commit | fc73c1fa059778551ac89d7e8c2eefe7628d6575 (patch) | |
| tree | 4f1ba4947e7f318810477eaa50f9aa38f3877488 /.github/workflows | |
| parent | 3c0c083efd5ef5b08752b870243ea008315d24ed (diff) | |
| download | edify-fc73c1fa059778551ac89d7e8c2eefe7628d6575.tar.xz edify-fc73c1fa059778551ac89d7e8c2eefe7628d6575.zip | |
Processing coverage report before uploading to codecov
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/github-actions.yml | 4 |
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: |
