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 645b5a7 commit e136f9cCopy full SHA for e136f9c
.github/workflows/node.js.yml
@@ -32,15 +32,4 @@ jobs:
32
- name: Upload coverage reports to Codecov
33
uses: codecov/codecov-action@v5
34
with:
35
- token: ${{ secrets.CODECOV_TOKEN }}
36
- coverage:
37
- status:
38
- project:
39
- default:
40
- target: auto
41
- threshold: 5
42
- base: auto
43
- flags:
44
- - unit
45
- paths:
46
- - "src"
+ token: ${{ secrets.CODECOV_TOKEN }}
package.json
@@ -7,7 +7,7 @@
7
"build": "next build",
8
"start": "next start",
9
"lint": "next lint",
10
- "test": "jest --coverage"
+ "test": "jest"
11
},
12
"dependencies": {
13
"@emotion/react": "^11.14.0",
0 commit comments