From f738429e41d0bdd48551b93bbcfd547bf6c60c36 Mon Sep 17 00:00:00 2001 From: Niall Farrell Date: Wed, 20 Sep 2023 14:13:31 +0100 Subject: [PATCH] Update args --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49944df6..8927f50f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,11 @@ jobs: - name: Add coverage to PR uses: irongut/CodeCoverageSummary@v1.3.0 with: - lcov-file: ./coverage-reports/cobertura-coverage.xml + filename: ./coverage-reports/cobertura-coverage.xml + format: markdown + hide_branch_rate: true + hide_complexity: true + thresholds: "30 80" - name: SonarCloud Scan uses: sonarsource/sonarqube-scan-action@master