From d7929835042c4bc8d58ac4a417846b6f2b1b9b48 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 16 Apr 2021 21:08:19 +0200 Subject: [PATCH] use webcraft coverage module to set a name fix some typos --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a591db60..9023a5df9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -140,7 +140,7 @@ jobs: # JOB: LINT FRONTEND ######################################################### ############################################################################## lint_frontend: - name: Lint frontend + name: Lint - Frontend runs-on: ubuntu-latest needs: [build_test_frontend] steps: @@ -207,8 +207,9 @@ jobs: # COVERAGE CHECK FRONTEND ################################################ ########################################################################## - name: frontend | Coverage check - uses: devmasx/coverage-check-action@v1.2.0 + uses: webcraftmedia/coverage-check-action@master with: + report_name: Coverage Frontend type: lcov result_path: ./coverage/lcov.info min_coverage: 11