-
Notifications
You must be signed in to change notification settings - Fork 593
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
Showing
2 changed files
with
3 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,9 +73,9 @@ jobs: | |
working-directory: ./csharp | ||
run: | | ||
dotnet tool install dotnet-coverage --global | ||
dotnet-coverage collect --server-mode --background --session-id ice-coverage --output coverage.cobertura.xml --output-format cobertura --settings msbuild/coverage.runsettings | ||
python3 allTests.py --all --workers=4 --debug --coverage-session ice-coverage | ||
dotnet-coverage shutdown ice-coverage | ||
dotnet-coverage collect --server-mode --background --session-id dotnet-coverage --output coverage.cobertura.xml --output-format cobertura --settings msbuild/coverage.runsettings | ||
python3 allTests.py --all --workers=4 --debug --coverage-session dotnet-coverage | ||
dotnet-coverage shutdown dotnet-coverage | ||
- name: Generate Coverage Reports | ||
uses: danielpalme/[email protected] | ||
|
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