Skip to content

Commit 5475257

Browse files
Thomas CRATERThomas CRATER
authored andcommitted
Modifying node.js.yml to update coverage
1 parent 3b16e2a commit 5475257

File tree

3 files changed

+61
-2
lines changed

3 files changed

+61
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,14 @@ jobs:
3333
uses: codecov/codecov-action@v5
3434
with:
3535
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"

package-lock.json

Lines changed: 48 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@eslint/eslintrc": "^3",
2525
"eslint": "^9",
2626
"eslint-config-next": "15.1.4",
27-
"jest": "^29.7.0"
27+
"jest": "^29.7.0",
28+
"jest-junit": "^16.0.0"
2829
}
2930
}

0 commit comments

Comments
 (0)