mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add coverage check to git workflow
This commit is contained in:
parent
279021eb8a
commit
40f76c934b
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -241,7 +241,16 @@ jobs:
|
||||
##########################################################################
|
||||
- name: frontend | Unit tests
|
||||
run: docker run --rm gradido/frontend:test yarn run test
|
||||
|
||||
##########################################################################
|
||||
# COVERAGE CHECK FRONTEND ################################################
|
||||
##########################################################################
|
||||
- name: frontend | Coverage check
|
||||
uses: devmasx/coverage-check-action@v1.2.0
|
||||
with:
|
||||
type: lcov
|
||||
result_path: coverage/example.lcov
|
||||
min_coverage: 10
|
||||
## token: ${{ github.token }}
|
||||
|
||||
#test:
|
||||
# runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user