Skip to content

Commit

Permalink
Coverage improvements & report
Browse files Browse the repository at this point in the history
  • Loading branch information
jwagner committed Jul 23, 2022
1 parent c4d3bfb commit 4c1f4e2
Show file tree
Hide file tree
Showing 5 changed files with 2,384 additions and 340 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm run-script build
- run: npm run-script build
- run: |
echo '# Coverage' >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
nyc report >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
/.parcel-cache
/dist
/e2e
/public
/public
/coverage
/.nyc_output
Loading

0 comments on commit 4c1f4e2

Please sign in to comment.