Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Nov 5, 2024
1 parent aab765a commit 818b75d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/csharp-coverage-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ jobs:

- run: |
ls -tlc
find / -name coverage.cobertura.xml
- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.3.0
with:
badge: true
fail_below_min: true
filename: coverage.cobertura.xml
filename: ${{ github.workspace }}/coverage.cobertura.xml
format: markdown
hide_branch_rate: false
hide_complexity: false
Expand Down

0 comments on commit 818b75d

Please sign in to comment.