remove coverage report since its very spammy

This commit is contained in:
Ulf Gebhardt 2021-04-14 17:37:29 +02:00
parent 6cba3df7ee
commit 37f26fd58a
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -146,12 +146,11 @@ jobs:
########################################################################## ##########################################################################
# COVERAGE REPORT FRONTEND ################################################ # COVERAGE REPORT FRONTEND ################################################
########################################################################## ##########################################################################
# TODO: Maybe remove this later on to avoid spam? #- name: frontend | Coverage report
- name: frontend | Coverage report # uses: romeovs/lcov-reporter-action@v0.2.21
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 ################################################
########################################################################## ##########################################################################