File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments