Skip to content

Commit

Permalink
try publishing coverage report as an artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
botandrose-machine committed Jan 15, 2025
1 parent 85226d6 commit 791ca79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
run: npm install
- name: Check code coverage
run: npm run test:coverage
continue-on-error: true
- name: Upload coverage report
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage/

typecheck:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 791ca79

Please sign in to comment.