From a5d3c6a340796c4d12df4cfcb13ce794d010ea49 Mon Sep 17 00:00:00 2001 From: Christian M Date: Fri, 21 Feb 2025 17:50:47 +0100 Subject: [PATCH] :bug: fix coverage --- .github/workflows/coverage.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index be59e57..6e47504 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -36,16 +36,14 @@ jobs: --out Xml \ --out Html \ --out Json \ - --fail-under 80 \ + --fail-under 60 \ --exclude-files 'tests/*' \ - --coveralls \ -- \ --test-threads 2 - name: Upload to codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true files: cobertura.xml flags: unittests