Skip to content

Commit

Permalink
chore(ci-extensions): removed coverage from
Browse files Browse the repository at this point in the history
  • Loading branch information
egbakou committed Dec 17, 2023
1 parent 33b26a7 commit b780d7c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit b780d7c

Please sign in to comment.