Skip to content

Commit

Permalink
Fix coverage includes
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb authored and Cweili committed Jan 5, 2024
1 parent 3e15fb8 commit 9b1607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: npm run check
- run: npm run lint
- run: npm run build
- run: npm test -- --coverage
- run: npm test -- --coverage.enabled --coverage.include=src/lib/**

- uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 9b1607e

Please sign in to comment.