update README
This commit is contained in:
parent
1faf8632d3
commit
713e95c6a9
@ -7,6 +7,7 @@ A GitHub Action that check minimum coverage percentage!
|
|||||||
#### Lcov
|
#### Lcov
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
|
- uses: actions/checkout@v1
|
||||||
- uses: devmasx/coverage-check-action@v1.1.0
|
- uses: devmasx/coverage-check-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
type: lcov
|
type: lcov
|
||||||
@ -18,6 +19,7 @@ A GitHub Action that check minimum coverage percentage!
|
|||||||
#### [Simplecov](https://github.com/colszowka/simplecov)
|
#### [Simplecov](https://github.com/colszowka/simplecov)
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
|
- uses: actions/checkout@v1
|
||||||
- uses: devmasx/coverage-check-action@v1.1.0
|
- uses: devmasx/coverage-check-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
type: simplecov
|
type: simplecov
|
||||||
|
|||||||
Reference in New Issue
Block a user