upload coverage as an artifact since codecov doesn't seem to show different versions separately
This commit is contained in:
parent
f55d1a8fb6
commit
286898ea28
1 changed files with 7 additions and 0 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -58,6 +58,13 @@ jobs:
|
|||
env_vars: PYTHON
|
||||
fail_ci_if_error: true
|
||||
|
||||
- name: Upload Coverage as artifact
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: coverage for ${{ matrix.python-version }}
|
||||
path: coverage.xml
|
||||
|
||||
pre-commit:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue