From 37f26fd58a02b50d9f991763dc77d3b69c577972 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 14 Apr 2021 17:37:29 +0200 Subject: [PATCH] remove coverage report since its very spammy --- .github/workflows/test.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 412a763e6..78d381820 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,12 +146,11 @@ jobs: ########################################################################## # COVERAGE REPORT FRONTEND ################################################ ########################################################################## - # TODO: Maybe remove this later on to avoid spam? - - name: frontend | Coverage report - uses: romeovs/lcov-reporter-action@v0.2.21 - 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 ################################################ ##########################################################################