Skip to content

Commit

Permalink
chore(ci-core): fixed coverage files missing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
egbakou committed Dec 17, 2023
1 parent 857decc commit ed8b950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Code Coverage Report
uses: irongut/CodeCoverageSummary@v1.3.0
with:
filename: coverage/**/coverage.cobertura.xml
filename: tests/DomainVerifier.Tests/coverage/**/coverage.cobertura.xml
badge: true
fail_below_min: true
format: markdown
Expand Down

0 comments on commit ed8b950

Please sign in to comment.