Skip to content

Commit f55db1c

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
run: npm install
4747
- name: Check code coverage
4848
run: npm run test:coverage
49+
- name: Upload coverage report
50+
uses: actions/upload-artifact@v2
51+
with:
52+
name: coverage-report
53+
path: coverage/
4954

5055
typecheck:
5156
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)