update CHANGELOG and README
This commit is contained in:
parent
b8506db951
commit
4a754f8957
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.2.0
|
||||||
|
|
||||||
|
- Added the coverage percent to result title on Check [#4](https://github.com/devmasx/coverage-check-action/pull/4)
|
||||||
|
|
||||||
## v1.1.0
|
## v1.1.0
|
||||||
|
|
||||||
- Lcov
|
- Lcov
|
||||||
|
|||||||
@ -7,7 +7,7 @@ A GitHub Action that check minimum coverage percentage!
|
|||||||
#### Lcov
|
#### Lcov
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- uses: devmasx/coverage-check-action@v1.1.0
|
- uses: devmasx/coverage-check-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
type: lcov
|
type: lcov
|
||||||
result_path: coverage/example.lcov
|
result_path: coverage/example.lcov
|
||||||
@ -18,7 +18,7 @@ A GitHub Action that check minimum coverage percentage!
|
|||||||
#### [Simplecov](https://github.com/colszowka/simplecov)
|
#### [Simplecov](https://github.com/colszowka/simplecov)
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- uses: devmasx/coverage-check-action@v1.1.0
|
- uses: devmasx/coverage-check-action@v1.2.0
|
||||||
with:
|
with:
|
||||||
type: simplecov
|
type: simplecov
|
||||||
result_path: coverage/.last_run.json
|
result_path: coverage/.last_run.json
|
||||||
|
|||||||
Reference in New Issue
Block a user