Skip to content

Commit 645b5a7

Browse files
Thomas CRATERThomas CRATER
authored andcommitted
Fix for CI failing
1 parent 5475257 commit 645b5a7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/node.js.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +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"
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"

0 commit comments

Comments
 (0)