From ea7ddf23dac4c867ffadd4fd57cb57fbbfbb1022 Mon Sep 17 00:00:00 2001 From: Serge K Date: Mon, 24 Jun 2024 00:51:52 +0700 Subject: [PATCH] ci: disable coverage --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcc468a..75babb4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,13 +25,7 @@ jobs: run: dotnet build -c Release -p:ContinuousIntegrationBuild=true - name: Run tests - run: dotnet test --no-build -c Release -p:CollectCoverage=true -e:CoverletOutputFormat=opencover - - - name: Publish to Codecov - uses: codecov/codecov-action@v4 - with: - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} + run: dotnet test --no-build -c Release - name: Set Dev version if: github.ref == 'refs/heads/main'