Fix locations in presence of nested trivia, take 2 #1136
Merged
Codecov / codecov/project
succeeded
Sep 30, 2024 in 1s
94.77% (target 85.00%)
View this Pull Request on Codecov
94.77% (target 85.00%)
Details
Codecov Report
Attention: Patch coverage is 94.11765%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 94.77%. Comparing base (
8174a94
) to head (fe6b1bb
).
Report is 26 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
source/parsing/Token.cpp | 92.85% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #1136 +/- ##
==========================================
+ Coverage 94.76% 94.77% +0.01%
==========================================
Files 191 191
Lines 47716 47803 +87
==========================================
+ Hits 45217 45305 +88
+ Misses 2499 2498 -1
Files with missing lines | Coverage Δ | |
---|---|---|
include/slang/parsing/Token.h | 100.00% <ø> (ø) |
|
source/parsing/Preprocessor.cpp | 100.00% <100.00%> (ø) |
|
source/parsing/Token.cpp | 93.31% <92.85%> (-0.15%) |
⬇️ |
... and 23 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 8174a94...fe6b1bb. Read the comment docs.
Loading