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

Source generator - Improved diagnostics #79

Merged
merged 38 commits into from
Oct 5, 2024

Remove redundant checks for attributes which have AllowMultiple = false

fe1b130
Select commit
Loading
Failed to load commit list.
Merged

Source generator - Improved diagnostics #79

Remove redundant checks for attributes which have AllowMultiple = false
fe1b130
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 5, 2024 in 1s

89.69% (-0.25%) compared to 6eb25fe

View this Pull Request on Codecov

89.69% (-0.25%) compared to 6eb25fe

Details

Codecov Report

Attention: Patch coverage is 82.62108% with 61 lines in your changes missing coverage. Please review.

Project coverage is 89.69%. Comparing base (6eb25fe) to head (fe1b130).

Files with missing lines Patch % Lines
...tah.SourceGenerator/Helpers/DiagnosticsReporter.cs 67.79% 0 Missing and 19 partials ⚠️
...heetah.SourceGenerator/Helpers/PropertyAnalyzer.cs 87.96% 6 Missing and 7 partials ⚠️
...eadCheetah.SourceGenerator/WorksheetRowAnalyzer.cs 85.71% 9 Missing and 4 partials ⚠️
...tah.SourceGenerator/Extensions/SymbolExtensions.cs 76.00% 5 Missing and 7 partials ⚠️
SpreadCheetah.SourceGenerator/Diagnostics.cs 83.33% 0 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
- Coverage   89.93%   89.69%   -0.25%     
==========================================
  Files         158      157       -1     
  Lines        5217     5309      +92     
  Branches      967      995      +28     
==========================================
+ Hits         4692     4762      +70     
- Misses        217      219       +2     
- Partials      308      328      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.