File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/FluentAssertions.Analyzers.Tests Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/setup-dotnet@v3
2121 with :
2222 dotnet-version : 6.0.x
23- - run : dotnet test --configuration Release --filter 'TestCategory=Completed'
23+ - run : dotnet test --configuration Release --filter 'TestCategory=Completed' /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura
2424 - run : dotnet pack src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.csproj
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10+ <PackageReference Include =" coverlet.msbuild" Version =" 6.0.0" >
11+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
12+ <PrivateAssets >all</PrivateAssets >
13+ </PackageReference >
1014 <PackageReference Include =" FluentAssertions" Version =" 6.1.0" />
1115 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0" />
1216 <PackageReference Include =" MSTest.TestAdapter" Version =" 2.0.0" />
You can’t perform that action at this time.
0 commit comments