We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36d492 commit 6990da1Copy full SHA for 6990da1
.github/workflows/github-actions.yml
@@ -152,6 +152,13 @@ jobs:
152
- name: Run Coverage Tests
153
run: ./test.sh coverage
154
shell: bash
155
+ - name: Upload Coverage Data to Github
156
+ uses: actions/upload-artifact@v4
157
+ with:
158
+ name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }}
159
+ path: .coverage.*
160
+ include-hidden-files: true
161
+ if-no-files-found: ignore
162
- name: Generate Coverage Report
163
run: ./test.sh report coverage.stumpy.xml
164
0 commit comments