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

Upload the code coverage data

This commit is contained in:
Ross McFarland
2023-08-17 12:33:07 -07:00
parent 8ed143c530
commit 1da6b72aef

View File

@@ -24,6 +24,11 @@ jobs:
- name: CI Build
run: |
./script/cibuild
- name: Storage Code Coverage Data
uses: actions/upload-artifact@v3
with:
name: code-coverage
path: .coverage
setup-py:
runs-on: ubuntu-latest
steps: