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