mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Per py vesion code coverage archive, include reports
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -29,8 +29,11 @@ jobs:
|
|||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: code-coverage
|
name: code-coverage-${{ matrix.python-version }}
|
||||||
path: .coverage
|
path: |
|
||||||
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
htmlcov
|
||||||
setup-py:
|
setup-py:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user