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 a17c0f8 commit 7a129beCopy full SHA for 7a129be
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
run: npm install
26
27
- name: Run tests with coverage
28
- run: npm test -- --coverage
+ run: npm run lint && npm run test:coverage
29
30
- name: Upload coverage to Codecov
31
uses: codecov/codecov-action@v5
0 commit comments