Browse Source

Per py vesion code coverage archive, include reports

pull/1045/head
Ross McFarland 2 years ago
parent
commit
5afb8c004f
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      .github/workflows/main.yml

+ 5
- 2
.github/workflows/main.yml View File

@ -29,8 +29,11 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: code-coverage
path: .coverage
name: code-coverage-${{ matrix.python-version }}
path: |
.coverage
coverage.xml
htmlcov
setup-py:
runs-on: ubuntu-latest
steps:


Loading…
Cancel
Save