From 17d79f640350e147c06629bb9cd9a4bd02e78bcd Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 14 Apr 2021 01:00:22 +0200 Subject: [PATCH] no report to PR (bug) minimum 52% coverage --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfecb3696..b846c7edc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} \ No newline at end of file