Skip to content

Commit

Permalink
chore: v2.0.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Oct 4, 2022
1 parent 7ae847c commit 84e5b54
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.0

- build(deps): upgrade to node16

# 1.2.1

- fix: throw "lcov is empty" instead of "parsing error!"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Very Good Ventures
Copyright (c) 2022 Very Good Ventures

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A GitHub Action which helps enforce a minimum code coverage threshold.
## Example usage

```yaml
uses: VeryGoodOpenSource/very_good_coverage@v1
uses: VeryGoodOpenSource/very_good_coverage@v2
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.2.1",
"version": "2.0.0",
"description": "A Github Action which helps enforce code coverage threshold using lcov",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 84e5b54

Please sign in to comment.