1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #1046 from octodns/archive-code-coverage

Archive code coverage data
This commit is contained in:
Ross McFarland
2023-08-17 14:11:47 -06:00
committed by GitHub

View File

@@ -24,6 +24,16 @@ jobs:
- name: CI Build
run: |
./script/cibuild
- name: Store Code Coverage Data
# if the previous step(s) failed try anyways
if: always()
uses: actions/upload-artifact@v3
with:
name: code-coverage-${{ matrix.python-version }}
path: |
.coverage
coverage.xml
htmlcov
setup-py:
runs-on: ubuntu-latest
steps: