From c606e85e66803f9d32f10adb010bd3507657648b Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 8 Jun 2021 14:08:27 +0200 Subject: [PATCH] no community coverage --- .github/workflows/test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a02b02673..2bd99e045 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -335,14 +335,14 @@ jobs: ######################################################################### # COVERAGE CHECK BACKEND COMMUNITY-SERVER #################################### ########################################################################## - - name: backend community simplecov | Coverage check - uses: webcraftmedia/coverage-check-action@master - with: - report_name: Coverage Backend - type: simplecov - result_path: ./coverage/coverage.info - min_coverage: 8 - token: ${{ github.token }} + #- name: backend community simplecov | Coverage check + # uses: webcraftmedia/coverage-check-action@master + # with: + # report_name: Coverage Backend + # type: simplecov + # result_path: ./coverage/coverage.info + # min_coverage: 8 + # token: ${{ github.token }} #test: # runs-on: ubuntu-latest