From 713e95c6a903b5f2f3c4bd83b81769c10c073e17 Mon Sep 17 00:00:00 2001 From: miguemasx Date: Tue, 17 Mar 2020 02:53:38 +0100 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8dd7b20..25bddbd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A GitHub Action that check minimum coverage percentage! #### Lcov ```yml +- uses: actions/checkout@v1 - uses: devmasx/coverage-check-action@v1.1.0 with: type: lcov @@ -18,6 +19,7 @@ A GitHub Action that check minimum coverage percentage! #### [Simplecov](https://github.com/colszowka/simplecov) ```yml +- uses: actions/checkout@v1 - uses: devmasx/coverage-check-action@v1.1.0 with: type: simplecov