We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b18e8f commit 1eda11fCopy full SHA for 1eda11f
1 file changed
.github/workflows/build.yaml
@@ -88,7 +88,7 @@ jobs:
88
with:
89
reports: ${{ runner.temp }}\coverage\raw\**\coverage.opencover.xml
90
targetdir: ${{ runner.temp }}\coverage
91
- reporttypes: Cobertura;HtmlInline;Badges;TeamCitySummary
+ reporttypes: Cobertura;JsonSummary;Html_Dark;Badges
92
verbosity: Warning
93
94
- name: Save Coverage Report
0 commit comments