update CHANGELOG and README

This commit is contained in:
Miguel Savignano 2020-10-04 19:13:35 +02:00
parent b8506db951
commit 4a754f8957
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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