From d2ff5ff3a579284761c48248f85bc68468d1f0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Mon, 27 Mar 2023 02:38:52 +0100 Subject: [PATCH] Delete code-coverage.yml --- .github/workflows/code-coverage.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/code-coverage.yml diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml deleted file mode 100644 index df18fa8..0000000 --- a/.github/workflows/code-coverage.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Code coverage CI -on: [pull_request] - -jobs: - build: - runs-on: [ self-hosted, Linux ] - steps: - - uses: actions/checkout@v3 - - - name: Monitor coverage - uses: slavcodev/coverage-monitor-action@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - coverage_path: "logs/clover.xml" - threshold_alert: 75 - threshold_warning: 90 - threshold_metric: "lines" - comment: "true" - comment_context: "Coverage Report" - comment_mode: "replace" - comment_footer: "true" -