Skip to content

Commit 4a754f8

Browse files
update CHANGELOG and README
1 parent b8506db commit 4a754f8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.2.0
4+
5+
- Added the coverage percent to result title on Check [#4](https://github.com/devmasx/coverage-check-action/pull/4)
6+
37
## v1.1.0
48

59
- Lcov

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A GitHub Action that check minimum coverage percentage!
77
#### Lcov
88

99
```yml
10-
- uses: devmasx/coverage-check-action@v1.1.0
10+
- uses: devmasx/coverage-check-action@v1.2.0
1111
with:
1212
type: lcov
1313
result_path: coverage/example.lcov
@@ -18,7 +18,7 @@ A GitHub Action that check minimum coverage percentage!
1818
#### [Simplecov](https://github.com/colszowka/simplecov)
1919
2020
```yml
21-
- uses: devmasx/coverage-check-action@v1.1.0
21+
- uses: devmasx/coverage-check-action@v1.2.0
2222
with:
2323
type: simplecov
2424
result_path: coverage/.last_run.json

0 commit comments

Comments
 (0)