From 372f83cf9352992c6c856a843534f5e48195a872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yohann=20B=C3=A9n=C3=A9dic?= Date: Tue, 6 Feb 2024 11:52:39 +0100 Subject: [PATCH] changed cobertura report settings --- .github/workflows/coverage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 58aa808..1442a83 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -47,8 +47,8 @@ jobs: with: path: build/coverage.xml repo_token: ${{ secrets.GITHUB_TOKEN }} - minimum_coverage: 83 - fail_below_threshold: true + minimum_coverage: 85 + fail_below_threshold: false show_line: true show_branch: true - show_missing: true + only_changed_files: true