Skip to content

Commit cfe8b79

Browse files
authored
chore: v1.2.0 (#55)
1 parent 5aec547 commit cfe8b79

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.0
2+
3+
- feat: show missing coverage lines
4+
- ci: add prettier linting/formatting step
5+
16
# 1.1.1
27

38
- docs: README and metadata updates

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
## Example usage
4545

4646
```yaml
47-
uses: VeryGoodOpenSource/very_good_coverage@v1.1.1
47+
uses: VeryGoodOpenSource/very_good_coverage@v1.2.0
4848
with:
4949
path: './coverage/lcov.info'
5050
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.1.1",
3+
"version": "1.2.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)