Skip to content

Commit

Permalink
remove exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 4, 2024
1 parent c3ecab2 commit 1351452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
5 changes: 0 additions & 5 deletions csharp/msbuild/coverage.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@
<ModulePath>.*\.exe$</ModulePath>
</Include>
<Exclude>
<ModulePath>.*/test/.*</ModulePath>
<ModulePath>.*/generated/.*</ModulePath>
</Exclude>
</ModulePaths>
<UseVerifiableInstrumentation>true</UseVerifiableInstrumentation>
<AllowLowIntegrityProcesses>true</AllowLowIntegrityProcesses>
<CollectFromChildProcesses>true</CollectFromChildProcesses>
<CollectAspDotNet>false</CollectAspDotNet>
</CodeCoverage>
</Configuration>
</DataCollector>
Expand Down

0 comments on commit 1351452

Please sign in to comment.