use lcov-reporter-action

This commit is contained in:
Moriz Wahl 2021-04-08 19:19:39 +02:00 committed by Ulf Gebhardt
parent 770f1bd9f7
commit fbe025d1f2
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -244,15 +244,20 @@ jobs:
########################################################################## ##########################################################################
# COVERAGE CHECK FRONTEND ################################################ # COVERAGE CHECK FRONTEND ################################################
########################################################################## ##########################################################################
- name: hallo, bist du da? #- name: frontend | Coverage check
run: ls -la /coverage # uses: devmasx/coverage-check-action@v1.2.0
- name: frontend | Coverage check # with:
uses: devmasx/coverage-check-action@v1.2.0 # type: simplecov
# result_path: /coverage/coverage-final.json
# min_coverage: 10
# token: ${{ github.token }}
##########################################################################
# COVERAGE REPORT FRONTEND ################################################
##########################################################################
- uses: romeovs/lcov-reporter-action@v0.2.16
with: with:
type: simplecov github-token: ${{ secrets.GITHUB_TOKEN }}
result_path: /coverage/coverage-final.json lcov-file: /coverage/lcov.info
min_coverage: 10
token: ${{ github.token }}
#test: #test:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest