From 7fa6e0a9a0e42b0eb83ec437af55ced9c12bb0ba Mon Sep 17 00:00:00 2001 From: Serge K Date: Mon, 24 Jun 2024 00:33:24 +0700 Subject: [PATCH] ci: try fix tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f35f55..8803650 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: run: dotnet build --no-restore -c Release /p:ContinuousIntegrationBuild=true - name: Run tests - run: dotnet test --no-build -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover + run: dotnet test --no-build -c Release /p:CoverletOutputFormat=opencover - name: Publish to Codecov uses: codecov/codecov-action@v4