Skip to content

Commit 6990da1

Browse files
committed
Added upload artifacts
1 parent f36d492 commit 6990da1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/github-actions.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ jobs:
152152
- name: Run Coverage Tests
153153
run: ./test.sh coverage
154154
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
155162
- name: Generate Coverage Report
156163
run: ./test.sh report coverage.stumpy.xml
157164
shell: bash

0 commit comments

Comments
 (0)