-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jakub Chocholowicz
committed
Feb 1, 2024
1 parent
2e89ebd
commit 5f87dff
Showing
3 changed files
with
22 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cd $PSScriptRoot/../../tests/Algorithms.Core.Tests | ||
dotnet build | ||
cd $PSScriptRoot/../../src/Algorithms.Console | ||
dotnet publish -r win-x64 -c Release /p:AotMsCodeCoverageInstrumentation="true" | ||
dotnet tool install -g dotnet-coverage | ||
dotnet-coverage collect --output report.cobertura.xml --output-format cobertura "dotnet run --no-build" | ||
dotnet-coverage collect --output report.cobertura.xml --output-format cobertura bin\Release\net8.0\win-x64\publish\Algorithms.Console.exe |