Skip to content

Commit 9767879

Browse files
authored
docs: update documentation to reflect org update (#31)
1 parent 5c243de commit 9767879

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</p>
1414

1515
<p align="center">
16-
<a href="https://github.com/VGVentures/very_good_analysis/actions"><img src="https://github.com/VGVentures/very-good-coverage/workflows/ci/badge.svg" alt="ci"></a>
16+
<a href="https://github.com/VeryGoodOpenSource/very_good_coverage/actions"><img src="https://github.com/VeryGoodOpenSource/very_good_coverage/workflows/ci/badge.svg" alt="ci"></a>
1717
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
1818
</p>
1919

@@ -44,7 +44,7 @@
4444
## Example usage
4545

4646
```yaml
47-
uses: VGVentures/very-good-coverage@v1.1.0
47+
uses: VeryGoodOpenSource/very_good_coverage@v1.1.0
4848
with:
4949
path: "./coverage/lcov.info"
5050
min_coverage: 95

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: very-good-coverage
1+
name: 'Very Good Coverage'
22
description: 'Enforce LCOV Coverage Thresholds'
33
branding:
44
icon: check-square

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/VGVentures/very-good-coverage.git"
14+
"url": "git+https://github.com/VeryGoodOpenSource/very_good_coverage.git"
1515
},
1616
"keywords": [
1717
"GitHub",
@@ -24,9 +24,9 @@
2424
"author": "[email protected]",
2525
"license": "MIT",
2626
"bugs": {
27-
"url": "https://github.com/VGVentures/very-good-coverage/issues"
27+
"url": "https://github.com/VeryGoodOpenSource/very_good_coverage/issues"
2828
},
29-
"homepage": "https://github.com/VGVentures/very-good-coverage",
29+
"homepage": "https://github.com/VeryGoodOpenSource/very_good_coverage",
3030
"dependencies": {
3131
"@actions/core": "^1.2.5",
3232
"lcov-parse": "^1.0.0",

0 commit comments

Comments
 (0)