Skip to content

Commit e136f9c

Browse files
Thomas CRATERThomas CRATER
authored andcommitted
Delete --coverage to fix CI
1 parent 645b5a7 commit e136f9c

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,4 @@ jobs:
3232
- name: Upload coverage reports to Codecov
3333
uses: codecov/codecov-action@v5
3434
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"
35+
token: ${{ secrets.CODECOV_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "next build",
88
"start": "next start",
99
"lint": "next lint",
10-
"test": "jest --coverage"
10+
"test": "jest"
1111
},
1212
"dependencies": {
1313
"@emotion/react": "^11.14.0",

0 commit comments

Comments
 (0)