mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
no report to PR (bug)
minimum 52% coverage
This commit is contained in:
parent
4b2413aa73
commit
17d79f6403
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
Loading…
x
Reference in New Issue
Block a user