Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use MSBuild Report Generator #612

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Conversation

martincostello
Copy link
Owner

  • Use the MSBuild version of ReportGenerator instead of running it from pwsh directly.
  • Output the coverage summary when running in GitHub Actions.

- Use the MSBuild version of ReportGenerator instead of running it from pwsh directly.
- Output the coverage summary when running in GitHub Actions.
@martincostello martincostello added enhancement github_actions Pull requests that update GitHub Actions code labels Mar 8, 2023
@martincostello martincostello marked this pull request as ready for review March 8, 2023 18:52
@codecov
Copy link

codecov bot commented Mar 8, 2023

Codecov Report

Patch coverage has no change and project coverage change: -34.44 ⚠️

Comparison is base (474b29a) 93.49% compared to head (11a109c) 59.06%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #612       +/-   ##
===========================================
- Coverage   93.49%   59.06%   -34.44%     
===========================================
  Files          22       22               
  Lines        1214     1214               
===========================================
- Hits         1135      717      -418     
- Misses         79      497      +418     
Flag Coverage Δ
linux 58.89% <ø> (ø)
macos 59.06% <ø> (ø)
windows ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/SqlLocalDb/Interop/WindowsRegistry.cs 0.00% <0.00%> (-100.00%) ⬇️
src/SqlLocalDb/Interop/SafeLibraryHandle.cs 0.00% <0.00%> (-100.00%) ⬇️
src/SqlLocalDb/Interop/WindowsRegistryKey.cs 0.00% <0.00%> (-100.00%) ⬇️
src/SqlLocalDb/Interop/LocalDbInstanceInfo.cs 6.66% <0.00%> (-93.34%) ⬇️
src/SqlLocalDb/Interop/LocalDbInstanceApi.cs 10.12% <0.00%> (-79.75%) ⬇️
src/SqlLocalDb/Interop/LocalDbVersionInfo.cs 25.00% <0.00%> (-75.00%) ⬇️
src/SqlLocalDb/SqlLocalDbApi.cs 32.11% <0.00%> (-57.19%) ⬇️
...SqlLocalDb/ISqlLocalDbInstanceManagerExtensions.cs 50.00% <0.00%> (-50.00%) ⬇️
src/SqlLocalDb/ISqlLocalDbApiExtensions.cs 74.41% <0.00%> (-25.59%) ⬇️
src/SqlLocalDb/TemporarySqlLocalDbInstance.cs 77.77% <0.00%> (-22.23%) ⬇️
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@martincostello martincostello merged commit 3c3da67 into main Mar 8, 2023
@martincostello martincostello deleted the msbuild-report-generator branch March 8, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant