File tree 3 files changed +127
-121
lines changed
3 files changed +127
-121
lines changed Original file line number Diff line number Diff line change 30
30
pnpm test
31
31
32
32
- name : Upload coverage to Codecov
33
- uses : codecov/codecov-action@v3
33
+ uses : codecov/codecov-action@v5
34
34
with :
35
- token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
36
- flags : unittests # optional
37
- name : codecov-umbrella # optional
38
- fail_ci_if_error : true # optional (default = false)
39
- verbose : true # optional (default = false)
35
+ token : ${{ secrets.CODECOV_TOKEN }}
36
+ fail_ci_if_error : true
37
+ name : codecov-umbrella
38
+ flags : unittests
Original file line number Diff line number Diff line change 27
27
"devDependencies" : {
28
28
"@eslint/compat" : " ^1.2.7" ,
29
29
"@stylistic/eslint-plugin" : " ^4.2.0" ,
30
- "@vitest/coverage-v8" : " ^3.0.7 " ,
30
+ "@vitest/coverage-v8" : " ^3.0.9 " ,
31
31
"clean-jsdoc-theme" : " ^4.3.0" ,
32
32
"dotenv" : " ^16.4.7" ,
33
- "eslint" : " ^9.21 .0" ,
33
+ "eslint" : " ^9.22 .0" ,
34
34
"hbs" : " ^4.2.0" ,
35
35
"jsdoc" : " ^4.0.4" ,
36
36
"ofetch" : " ^1.4.1" ,
37
- "vercel" : " ^41.3 .1" ,
38
- "vitest" : " ^3.0.7 "
37
+ "vercel" : " ^41.4 .1" ,
38
+ "vitest" : " ^3.0.9 "
39
39
},
40
- "packageManager" : " pnpm@10.5.2 "
40
+ "packageManager" : " pnpm@10.6.4 "
41
41
}
You can’t perform that action at this time.
0 commit comments