Per py vesion code coverage archive, include reports

This commit is contained in:
Ross McFarland
2023-08-17 12:41:30 -07:00
parent ad2377f1d2
commit 5afb8c004f
+5 -2
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: