File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 4646 run : npm install
4747 - name : Check code coverage
4848 run : npm run test:coverage
49+ - name : Upload coverage report
50+ if : always()
51+ uses : actions/upload-artifact@v4
52+ with :
53+ name : coverage-report
54+ path : coverage/
4955
5056 typecheck :
5157 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2020 "unpkg" : " dist/idiomorph.min.js" ,
2121 "scripts" : {
2222 "test" : " web-test-runner" ,
23- "test:coverage" : " web-test-runner && node test/lib/ensure-full-coverage.js" ,
23+ "test:coverage" : " npm run ci && node test/lib/ensure-full-coverage.js" ,
2424 "test:debug" : " web-test-runner --manual --open" ,
2525 "test:move-before" : " USE_MOVE_BEFORE=1 web-test-runner" ,
2626 "ci" : " web-test-runner --fail-only --playwright --browsers chromium firefox webkit" ,
You can’t perform that action at this time.
0 commit comments