Skip to content

Commit

Permalink
chore: v1.2.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Sep 1, 2021
1 parent 5aec547 commit cfe8b79
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.2.0

- feat: show missing coverage lines
- ci: add prettier linting/formatting step

# 1.1.1

- docs: README and metadata updates
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
## Example usage

```yaml
uses: VeryGoodOpenSource/very_good_coverage@v1.1.1
uses: VeryGoodOpenSource/very_good_coverage@v1.2.0
with:
path: './coverage/lcov.info'
min_coverage: 95
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "very-good-coverage",
"version": "1.1.1",
"version": "1.2.0",
"description": "A Github Action which helps enforce code coverage threshold using lcov",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cfe8b79

Please sign in to comment.