Skip to content

Commit 3fde3d3

Browse files
committed
Fix comment about the coverage directory location
1 parent 1bfc00b commit 3fde3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Serilog.Formatting.Log4Net.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PropertyGroup Label="Coverage">
2525
<!-- Automatically collect coverage when running `dotnet test` -->
2626
<CollectCoverage>true</CollectCoverage>
27-
<!-- Tweak the default coverlet output directory to be `coverage` inside the `tests` directory -->
27+
<!-- Tweak the default coverlet output directory to be `coverage` in the repository root directory -->
2828
<CoverletOutput>$([MSBuild]::EnsureTrailingSlash($([System.IO.Path]::GetFullPath($([System.IO.Path]::Combine($(MSBuildProjectDirectory),'..','coverage'))))))</CoverletOutput>
2929
<!-- The default output format is `json` which is not supported by ReportGenerator -->
3030
<CoverletOutputFormat>cobertura</CoverletOutputFormat>

0 commit comments

Comments
 (0)