no report to PR (bug)

minimum 52% coverage
This commit is contained in:
Ulf Gebhardt 2021-04-14 01:00:22 +02:00
parent 4b2413aa73
commit 17d79f6403
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -243,11 +243,11 @@ jobs:
# COVERAGE REPORT FRONTEND ################################################
##########################################################################
# TODO: Maybe remove this later on to avoid spam?
- name: frontend | Coverage report
uses: mszlgr/lcov-reporter-action@v0.2.23
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lcov-file: ./coverage/lcov.info
#- name: frontend | Coverage report
# uses: romeovs/lcov-reporter-action@v0.2.21
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# lcov-file: ./coverage/lcov.info
##########################################################################
# COVERAGE CHECK FRONTEND ################################################
##########################################################################
@ -256,5 +256,5 @@ jobs:
with:
type: lcov
result_path: ./coverage/lcov.info
min_coverage: 45
min_coverage: 52
token: ${{ github.token }}