mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
use webcraft coverage module to set a name
fix some typos
This commit is contained in:
parent
f002c8dba1
commit
d792983504
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user