Skip to content

Commit 161fe3c

Browse files
authored
Merge pull request #22 from lucascolley/coverage
TST: generate coverage report
2 parents 02ed86b + e98b43b commit 161fe3c

File tree

5 files changed

+257
-129
lines changed

5 files changed

+257
-129
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ jobs:
3232
cache: true
3333
environments: ${{ matrix.environment }}
3434
- name: Run tests
35-
run: pixi run --environment=tests-ci tests-ci
35+
run: pixi run --environment=tests-ci tests-coverage-ci
36+
- name: Upload HTML coverage report
37+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
38+
with:
39+
name: cov-html
40+
path: build/coverage_report/**

0 commit comments

Comments
 (0)