Skip to content

Commit 84e5b54

Browse files
authored
chore: v2.0.0 (#179)
1 parent 7ae847c commit 84e5b54

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.0
2+
3+
- build(deps): upgrade to node16
4+
15
# 1.2.1
26

37
- fix: throw "lcov is empty" instead of "parsing error!"

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Very Good Ventures
3+
Copyright (c) 2022 Very Good Ventures
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A GitHub Action which helps enforce a minimum code coverage threshold.
3333
## Example usage
3434

3535
```yaml
36-
uses: VeryGoodOpenSource/very_good_coverage@v1
36+
uses: VeryGoodOpenSource/very_good_coverage@v2
3737
with:
3838
path: './coverage/lcov.info'
3939
min_coverage: 95

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "very-good-coverage",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "A Github Action which helps enforce code coverage threshold using lcov",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)