give json to coverage check

This commit is contained in:
Moriz Wahl 2021-04-08 18:47:17 +02:00 committed by Ulf Gebhardt
parent 22bb1374ef
commit 1b6f88b054
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -255,7 +255,7 @@ jobs:
uses: devmasx/coverage-check-action@v1.2.0
with:
type: lcov
result_path: /coverage/lcov.info
result_path: /coverage/coverage-final.json
min_coverage: 10
token: ${{ github.token }}