Skip to content

Commit 252d442

Browse files
committed
Updated README.md
1 parent ef402ce commit 252d442

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
[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.
44

55
## Usage
6+
Use the online [configuration tool](https://reportgenerator.io/usage) to get started quickly.
67

78
```yml
89
- name: Setup .NET Core # Required to execute ReportGenerator
9-
uses: actions/setup-dotnet@v1
10+
uses: actions/setup-dotnet@v3
1011
with:
11-
dotnet-version: 6.0.400
12+
dotnet-version: 6.x
13+
dotnet-quality: 'ga'
1214

1315
- name: ReportGenerator
1416
uses: danielpalme/[email protected]

0 commit comments

Comments
 (0)