Skip to content

Commit 791ca79

Browse files
try publishing coverage report as an artifact.
1 parent 85226d6 commit 791ca79

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
run: npm install
4747
- name: Check code coverage
4848
run: npm run test:coverage
49+
continue-on-error: true
50+
- name: Upload coverage report
51+
uses: actions/upload-artifact@v4
52+
with:
53+
name: coverage-report
54+
path: coverage/
4955

5056
typecheck:
5157
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)