upload coverage as an artifact since codecov doesn't seem to show different versions separately

This commit is contained in:
Jeff Epler 2021-11-02 21:29:26 -05:00
parent f55d1a8fb6
commit 286898ea28

View file

@ -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: