File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ dotnet build ./ NotifyPropertyChanged.Verifier.sln -- configuration Release
Original file line number Diff line number Diff line change
1
+ ./ build.ps1
2
+ ./ test.ps1
Original file line number Diff line number Diff line change
1
+ Remove-Item ./ CoverageResults - Force - Recurse - ErrorAction SilentlyContinue
2
+ dotnet test ./ NotifyPropertyChanged.Verifier.Tests/ NotifyPropertyChanged.Verifier.Tests.csproj -- configuration Release / p:CollectCoverage= true / p:Exclude= " [ViewModels]*" / p:CoverletOutput= " ../CoverageResults/"
3
+ dotnet test ./ NotifyPropertyChanged.Verifier.AdditionalTests/ NotifyPropertyChanged.Verifier.AdditionalTests.csproj -- configuration Release / p:CollectCoverage= true / p:Exclude= " [ViewModels]*" / p:CoverletOutput= " ../CoverageResults/" / p:MergeWith= " ../CoverageResults/coverage.json" / p:CoverletOutputFormat= opencover / p:Threshold= 94.44
You can’t perform that action at this time.
0 commit comments