Skip to content

Commit ab137ba

Browse files
Commented out broken step to test without it.
1 parent d1a25e7 commit ab137ba

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/run-tests-on-pr.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ jobs:
7171
path: test-results/*.trx
7272
reporter: dotnet-trx
7373

74-
- name: Code Coverage Report
75-
uses: irongut/CodeCoverageSummary@v1.3.0
76-
if: always()
77-
with:
78-
filename: "test-results/**/coverage.cobertura.xml"
79-
badge: true
80-
fail_below_min: false
81-
format: markdown
82-
hide_branch_rate: false
83-
hide_complexity: true
84-
indicators: true
85-
output: both
86-
thresholds: "60 80"
74+
# - name: Code Coverage Report
75+
# uses: irongut/CodeCoverageSummary@v1.3.0
76+
# if: always()
77+
# with:
78+
# filename: "test-results/**/coverage.cobertura.xml"
79+
# badge: true
80+
# fail_below_min: false
81+
# format: markdown
82+
# hide_branch_rate: false
83+
# hide_complexity: true
84+
# indicators: true
85+
# output: both
86+
# thresholds: "60 80"
8787

8888
- name: Add Coverage PR Comment
8989
uses: marocchino/sticky-pull-request-comment@v2

0 commit comments

Comments
 (0)