We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ce4a3 commit 1d312b7Copy full SHA for 1d312b7
.github/workflows/github-actions.yml
@@ -32,7 +32,7 @@ jobs:
32
run: yarn
33
34
- name: Run tests
35
- run: yarn test -- -- --coverage --coverageProvider=v8
+ run: yarn test -- -- --coverage --coverage.provider=v8
36
37
- name: Run linter
38
run: yarn lint
0 commit comments