Some Docu

This commit is contained in:
Ulf Gebhardt 2021-04-14 12:58:17 +02:00
parent 71b4a02b05
commit 09178ef7bf
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -29,6 +29,18 @@ But no need to generate any new token, you can use the Github action token (`${{
token: ${{ github.token }}
```
#### Report name
```yml
- uses: devmasx/coverage-check-action@v1.2.0
with:
type: lcov
result_path: coverage/example.lcov
min_coverage: 90
token: ${{ github.token }}
report_name: "My Github Action Check Name"
```
## Screenshots
![Success](./screenshots/success.png)