This repository was archived by the owner on Aug 1, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
tests/JpProject.Domain.Tests Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 77* .userosscache
88* .sln.docstates
99
10+
1011# User-specific files (MonoDevelop/Xamarin Studio)
1112* .userprefs
1213
2425
2526# Visual Studio 2015 cache/options directory
2627.vs /
28+ .sonarqube /
2729# Uncomment if you have tasks that create the project's static files in wwwroot
2830# wwwroot/
2931
3739# NUNIT
3840* .VisualState.xml
3941TestResult.xml
42+ coverage.opencover.xml
4043
4144# Build Results of an ATL Project
4245[Dd ]ebugPS /
Original file line number Diff line number Diff line change 1+ dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
2+ dotnet build-server shutdown
3+ dotnet sonarscanner begin /d:sonar.login=4fb6d7d978373797169fd04634f9892897cdb3fe /k:" jpproject" /d:sonar.cs.opencover.reportsPaths=" **\coverage.opencover.xml"
4+ dotnet build
5+ dotnet sonarscanner end /d:sonar.login=4fb6d7d978373797169fd04634f9892897cdb3fe
Original file line number Diff line number Diff line change 1212 <PrivateAssets >all</PrivateAssets >
1313 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1414 </PackageReference >
15+ <PackageReference Include =" coverlet.msbuild" Version =" 2.6.3" >
16+ <PrivateAssets >all</PrivateAssets >
17+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18+ </PackageReference >
1519 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.1.1" />
1620 <PackageReference Include =" Moq" Version =" 4.12.0" />
1721 <PackageReference Include =" xunit" Version =" 2.4.1" />
You can’t perform that action at this time.
0 commit comments