File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments