Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
Fixed numbering.
Browse files Browse the repository at this point in the history
  • Loading branch information
harvzor committed Jun 14, 2019
1 parent 5149168 commit fb2820a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ When used to generate a report with an EntityFramework enum that uses a default
How to test:

1. install coverlet (v1.4.1.0)
- clone this repo
- run `dotnet build` in root (v2.1.505 of dotnet tool)
- run `coverlet ./Tests/bin/Debug/netcoreapp2.1/Tests.dll --target "dotnet" --targetargs "test ./Tests/Tests.csproj --no-build" --format opencover`
2. clone this repo
3. run `dotnet build` in root (v2.1.505 of dotnet tool)
4. run `coverlet ./Tests/bin/Debug/netcoreapp2.1/Tests.dll --target "dotnet" --targetargs "test ./Tests/Tests.csproj --no-build" --format opencover`

Expected output:

Expand Down

0 comments on commit fb2820a

Please sign in to comment.