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

TypePrintingOption to avoid decending into TypeDefs #1176

Merged
merged 1 commit into from
Nov 17, 2024

Adds a type printing option so that type printer will avoid decending…

72938a7
Select commit
Loading
Failed to load commit list.
Merged

TypePrintingOption to avoid decending into TypeDefs #1176

Adds a type printing option so that type printer will avoid decending…
72938a7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2024 in 1s

94.62% (target 85.00%)

View this Pull Request on Codecov

94.62% (target 85.00%)

Details

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.62%. Comparing base (528e209) to head (72938a7).
Report is 24 commits behind head on master.

Files with missing lines Patch % Lines
source/ast/types/TypePrinter.cpp 87.50% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1176      +/-   ##
==========================================
- Coverage   94.80%   94.62%   -0.18%     
==========================================
  Files         193      195       +2     
  Lines       49991    50348     +357     
==========================================
+ Hits        47393    47641     +248     
- Misses       2598     2707     +109     
Files with missing lines Coverage Δ
source/ast/types/TypePrinter.cpp 78.32% <87.50%> (-0.38%) ⬇️

... and 52 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 528e209...72938a7. Read the comment docs.