Skip to content

Commit

Permalink
Revert "Trying to fix CICD error."
Browse files Browse the repository at this point in the history
This reverts commit 6166986.
  • Loading branch information
AjayKMehta committed Feb 23, 2025
1 parent e4d7a06 commit 59a6074
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Test
if: env.ENABLED == '1'
run: dotnet test -s ./cicd.runsettings --configuration Release --no-build --verbosity quiet --logger "GitHubActions;summary.includeNotFoundTests=false"
run: dotnet test -s ./cicd.runsettings --configuration Release --no-build --verbosity quiet --logger "GitHubActions;summary.includeNotFoundTests=false" -- --coverage --coverage-output-format xml --coverage-output coverage.cobertura.xml

- name: ReportGenerator
if: env.ENABLED == '1'
Expand Down
2 changes: 0 additions & 2 deletions cicd.runsettings
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
<CoverageLogLevel>Dumps</CoverageLogLevel>
<InstrumentationLogLevel>Dumps</InstrumentationLogLevel>
<CoverageFileLogPath>coverage.log</CoverageFileLogPath>
<CoverageFileName>coverage.cobertura.xml</CoverageFileName>
<Format>Cobertura</Format>
<PerTestCodeCoverage>False</PerTestCodeCoverage>
<IncludeTestAssembly>False</IncludeTestAssembly>
<CodeCoverage>
Expand Down

0 comments on commit 59a6074

Please sign in to comment.