We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa54c9 commit 398e159Copy full SHA for 398e159
.github/workflows/master.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
node-version: ${{ matrix.node-version }}
25
- run: npm ci
26
- - run: npm test:coverage
+ - run: npm run test:coverage
27
- name: Upload Code coverage report
28
uses: codecov/codecov-action@v1
29
0 commit comments