Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
5 additions and
0 deletions
-
.github/workflows/main.yml
|
|
|
@ -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: |
|
|
|
|