From 0cd82818140113dd48958a35f75fdfafc4e7d540 Mon Sep 17 00:00:00 2001 From: Kevin Schneider Date: Thu, 18 Apr 2024 14:12:00 +0200 Subject: [PATCH] use codecov v4 --- .github/workflows/build-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index cf186b05..c4d755d6 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -39,6 +39,9 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: + fail_ci_if_error: true # optional (default = false) directory: ./ files: ./codeCov.xml - verbose: true + name: codecov-umbrella # optional + token: ${{ secrets.CODECOV_TOKEN }} # required + verbose: true # optional (default = false)