From c595daa69a369357106f4cf3f18f2ba1ad6a2984 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 13 Mar 2024 13:43:56 -0600 Subject: [PATCH] chore: codecov v4 (#1174) --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f6d23a62b2..fab4718dc9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,9 +25,10 @@ jobs: - uses: actions/setup-dotnet@v4 - run: dotnet build /p:TreatWarningsAsErrors=true - run: dotnet test --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} package: runs-on: ubuntu-latest steps: