We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16ca983 + 622b4fe commit 4823752Copy full SHA for 4823752
README.md
@@ -107,7 +107,7 @@ Examples:
107
All the above parameters can also be persisted in a [.netconfig](https://dotnetconfig.org) file, under a `[ReportGenerator]`
108
section. Examples:
109
110
-```
+```gitconfig
111
[ReportGenerator]
112
reports = coverage.xml
113
targetdir = "C:\report"
@@ -118,7 +118,7 @@ section. Examples:
118
119
All the plural options can also be specified as multiple singular entries, like:
120
121
122
123
report = coverage1.xml
124
report = coverage2.xml
@@ -172,7 +172,7 @@ project:
172
173
Given the following `.netconfig`:
174
175
176
177
reporttypes = Html;Latex
178
targetdirectory = report
0 commit comments