Skip to content

Commit 7b5d2f7

Browse files
committed
refactor: 🔧 patch up some versioning mismatches, readmes
1 parent fc0cd43 commit 7b5d2f7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

ACTION_README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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
@@ -74,7 +74,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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
4848
For detailed documentation, see [ACTION_README.md](ACTION_README.md).

example-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
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
},

src/action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)