You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
[ReportGenerator](https://github.com/danielpalme/ReportGenerator) converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
4
4
5
5
## Usage
6
-
Use the online [configuration tool](https://reportgenerator.io/usage) to get started quickly.
6
+
Use the online [configuration tool](https://reportgenerator.io/usage) to get started quickly.
7
+
The more advanced settings are documented in the [wiki](https://github.com/danielpalme/ReportGenerator/wiki/Settings). They can be applied via the `customSettings` parameter.
7
8
8
9
```yml
9
10
- name: Setup .NET Core # Required to execute ReportGenerator
0 commit comments