Upload the code coverage data

This commit is contained in:
Ross McFarland
2023-08-17 13:01:12 -07:00
parent 8ed143c530
commit 1da6b72aef
+5
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: