Skip to content

Commit

Permalink
fixed coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wojcik committed Aug 7, 2024
1 parent 68e3cc2 commit 722fc09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Roaring.Net.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{20F281E9-D851-4848-AF00-F40401AB7E3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D65028B1-446E-4FD5-89EC-A82C4CFE321D}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Roaring.Net", "src\Roaring.Net\Roaring.Net.csproj", "{59225474-33B9-40FD-B8CB-0B5B753BC31A}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />

<PropertyGroup>
<ExcludeByAttribute>GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
<ExcludeByAttribute>GeneratedCodeAttribute</ExcludeByAttribute>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion test/Roaring.Net.Test/Roaring.Net.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Roaring.Test</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TestTargetFramework>net8.0</TestTargetFramework>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 722fc09

Please sign in to comment.