From 04814b2bff018e912f50c57eb969f6cc11d5391e Mon Sep 17 00:00:00 2001 From: erri120 Date: Sat, 28 Sep 2024 14:20:17 +0200 Subject: [PATCH] Skip codecov --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 548e797..a33fe2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,14 +40,14 @@ jobs: - name: Run Tests run: dotnet test --no-build --no-restore --logger "GitHubActions" --collect:"XPlat Code Coverage;Format=opencover" - - name: Codecov - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: coverage.xml - fail_ci_if_error: false - env_vars: OS - flags: ${{ env.OS }} +# - name: Codecov +# uses: codecov/codecov-action@v3 +# with: +# token: ${{ secrets.CODECOV_TOKEN }} +# files: coverage.xml +# fail_ci_if_error: false +# env_vars: OS +# flags: ${{ env.OS }} - name: Publish (Linux) if: runner.os == 'Linux'