mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
use lcov-reporter-action
This commit is contained in:
parent
770f1bd9f7
commit
fbe025d1f2
23
.github/workflows/test.yml
vendored
23
.github/workflows/test.yml
vendored
@ -244,16 +244,21 @@ jobs:
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
# COVERAGE CHECK FRONTEND ################################################
|
# COVERAGE CHECK FRONTEND ################################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
- name: hallo, bist du da?
|
#- name: frontend | Coverage check
|
||||||
run: ls -la /coverage
|
# uses: devmasx/coverage-check-action@v1.2.0
|
||||||
- name: frontend | Coverage check
|
# with:
|
||||||
uses: devmasx/coverage-check-action@v1.2.0
|
# type: simplecov
|
||||||
|
# result_path: /coverage/coverage-final.json
|
||||||
|
# min_coverage: 10
|
||||||
|
# token: ${{ github.token }}
|
||||||
|
##########################################################################
|
||||||
|
# COVERAGE REPORT FRONTEND ################################################
|
||||||
|
##########################################################################
|
||||||
|
- uses: romeovs/lcov-reporter-action@v0.2.16
|
||||||
with:
|
with:
|
||||||
type: simplecov
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
result_path: /coverage/coverage-final.json
|
lcov-file: /coverage/lcov.info
|
||||||
min_coverage: 10
|
|
||||||
token: ${{ github.token }}
|
|
||||||
|
|
||||||
#test:
|
#test:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
# steps:
|
# steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user