From 4a754f8957c6824e0a0d44bf9168fdbdf47e7e2f Mon Sep 17 00:00:00 2001 From: Miguel Savignano Date: Sun, 4 Oct 2020 19:13:35 +0200 Subject: [PATCH] update CHANGELOG and README --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 737579d..b90580a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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 - Lcov diff --git a/README.md b/README.md index 8dd7b20..e4b3f6c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A GitHub Action that check minimum coverage percentage! #### Lcov ```yml -- uses: devmasx/coverage-check-action@v1.1.0 +- uses: devmasx/coverage-check-action@v1.2.0 with: type: lcov result_path: coverage/example.lcov @@ -18,7 +18,7 @@ A GitHub Action that check minimum coverage percentage! #### [Simplecov](https://github.com/colszowka/simplecov) ```yml -- uses: devmasx/coverage-check-action@v1.1.0 +- uses: devmasx/coverage-check-action@v1.2.0 with: type: simplecov result_path: coverage/.last_run.json