File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4242 run : npm test
4343
4444 - name : Report Coverage
45- uses : glideapps/vitest-coverage-tools @v1
45+ uses : glideapps/vitest-v8-json- coverage-summary @v1
4646` ` `
4747
4848### Advanced Usage
7474 run : npm test
7575
7676 - name : Report Coverage
77- uses : glideapps/vitest-coverage-tools@v1
77+ uses :
glideapps/vitest-v8-json- coverage-[email protected] 7878 with :
7979 coverage-file : " coverage/coverage-summary.json"
8080 title : " 🧪 Test Coverage Report"
@@ -143,7 +143,7 @@ The action creates a comment like this:
143143
144144---
145145
146- _Generated by [@glideapps/vitest-coverage-tools ](https://github.com/glideapps/vitest-coverage-tools )_
146+ _Generated by [@glideapps/vitest-v8-json- coverage-summary ](https://github.com/glideapps/vitest-v8-json- coverage-summary )_
147147```
148148
149149## Status Indicators
Original file line number Diff line number Diff line change 4242 node-version : " 20"
4343 - run : npm ci
4444 - run : npm test
45- - uses : glideapps/vitest-coverage-tools @v1
45+ - uses : glideapps/vitest-v8-json- coverage-summary @v1
4646` ` `
4747
4848For detailed documentation, see [ACTION_README.md](ACTION_README.md).
Original file line number Diff line number Diff line change 2828 run : npm test
2929
3030 - name : Report Coverage
31- uses : glideapps/vitest-coverage-tools @v1
31+ uses : glideapps/vitest-v8-json- coverage-summary @v1
3232 with :
3333 coverage-file : " coverage/coverage-summary.json"
3434 title : " 🧪 Test Coverage Report"
Original file line number Diff line number Diff line change 4343 "license" : " MIT" ,
4444 "repository" : {
4545 "type" : " git" ,
46- "url" : " https://github.com/typeguard /vitest-v8-json-coverage-summary.git"
46+ "url" : " https://github.com/glideapps /vitest-v8-json-coverage-summary.git"
4747 },
4848 "bugs" : {
49- "url" : " https://github.com/typeguard /vitest-v8-json-coverage-summary/issues"
49+ "url" : " https://github.com/glideapps /vitest-v8-json-coverage-summary/issues"
5050 },
51- "homepage" : " https://github.com/typeguard /vitest-v8-json-coverage-summary#readme" ,
51+ "homepage" : " https://github.com/glideapps /vitest-v8-json-coverage-summary#readme" ,
5252 "peerDependencies" : {
5353 "vitest" : " >=3.0.0"
5454 },
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ function generateCoverageComment(
8787 }
8888
8989 comment +=
90- "\n---\n*Generated by [@glideapps/vitest-coverage-tools ](https://github.com/glideapps/vitest-coverage-tools )*" ;
90+ "\n---\n*Generated by [@glideapps/vitest-v8-json- coverage-summary ](https://github.com/glideapps/vitest-v8-json- coverage-summary )*" ;
9191
9292 return comment ;
9393}
You can’t perform that action at this time.
0 commit comments