Skip to content

Commit

Permalink
docs: update documentation to reflect org update (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Nov 10, 2020
1 parent 5c243de commit 9767879
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>

<p align="center">
<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>
<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>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
</p>

Expand Down Expand Up @@ -44,7 +44,7 @@
## Example usage

```yaml
uses: VGVentures/very-good-coverage@v1.1.0
uses: VeryGoodOpenSource/very_good_coverage@v1.1.0
with:
path: "./coverage/lcov.info"
min_coverage: 95
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: very-good-coverage
name: 'Very Good Coverage'
description: 'Enforce LCOV Coverage Thresholds'
branding:
icon: check-square
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/VGVentures/very-good-coverage.git"
"url": "git+https://github.com/VeryGoodOpenSource/very_good_coverage.git"
},
"keywords": [
"GitHub",
Expand All @@ -24,9 +24,9 @@
"author": "hi@verygood.ventures",
"license": "MIT",
"bugs": {
"url": "https://github.com/VGVentures/very-good-coverage/issues"
"url": "https://github.com/VeryGoodOpenSource/very_good_coverage/issues"
},
"homepage": "https://github.com/VGVentures/very-good-coverage",
"homepage": "https://github.com/VeryGoodOpenSource/very_good_coverage",
"dependencies": {
"@actions/core": "^1.2.5",
"lcov-parse": "^1.0.0",
Expand Down

0 comments on commit 9767879

Please sign in to comment.