Browse Source
Per py vesion code coverage archive, include reports
pull/1045/head
Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
5 additions and
2 deletions
-
.github/workflows/main.yml
|
|
|
@ -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: |
|
|
|
|