We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866620d commit 768ffabCopy full SHA for 768ffab
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
pnpm add -g nyc@13
31
32
- name: Test w/ Coverage
33
- run: nyc --include=src pnpm test
+ run: nyc --include=src npm test
34
35
- name: Report
36
if: matrix.nodejs >= 12
0 commit comments