Skip to content

Commit

Permalink
ci: 👷 use babel for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 14, 2020
1 parent 994dc09 commit c851fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Lint
run: pnpm lint
- name: Test
run: pnpm run test -- --coverage --coverageProvider v8
run: pnpm test --collectCoverage
- name: Build
run: pnpm build:ts
- name: Coveralls Parallel
Expand Down

0 comments on commit c851fe1

Please sign in to comment.