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