From b780d7c7a1fc432e42c9bffba16bf39a581bbf2c Mon Sep 17 00:00:00 2001 From: Laurent Egbakou <26142591+egbakou@users.noreply.github.com> Date: Sun, 17 Dec 2023 23:46:04 +0100 Subject: [PATCH] chore(ci-extensions): removed coverage from --- .github/workflows/ci-extensions.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci-extensions.yml b/.github/workflows/ci-extensions.yml index bb7048d..1ce8c9f 100644 --- a/.github/workflows/ci-extensions.yml +++ b/.github/workflows/ci-extensions.yml @@ -64,18 +64,5 @@ jobs: 6.0.x - name: Run tests - run: dotnet test -c Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage + run: dotnet test -c Release --verbosity normal working-directory: ./tests/DomainVerifier.Extensions.Tests - - - name: Code Coverage Report - uses: irongut/CodeCoverageSummary@v1.3.0 - with: - filename: tests/DomainVerifier.Extensions.Tests/coverage/**/coverage.cobertura.xml - badge: true - fail_below_min: true - format: markdown - hide_branch_rate: false - hide_complexity: true - indicators: true - output: both - thresholds: '90 100'