Introduce IEEE Std 1497-2001 Standard Delay Format (SDF) parsing #1083
Codecov / codecov/project
succeeded
Dec 25, 2024 in 0s
94.33% (target 85.00%)
View this Pull Request on Codecov
94.33% (target 85.00%)
Details
Codecov Report
Attention: Patch coverage is 74.38895%
with 241 lines
in your changes missing coverage. Please review.
Project coverage is 94.33%. Comparing base (
6969c74
) to head (2a3d8fa
).
Report is 144 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #1083 +/- ##
==========================================
- Coverage 94.72% 94.33% -0.39%
==========================================
Files 191 191
Lines 47712 48638 +926
==========================================
+ Hits 45193 45882 +689
- Misses 2519 2756 +237
Files with missing lines | Coverage Δ | |
---|---|---|
include/slang/driver/SourceLoader.h | 100.00% <100.00%> (ø) |
|
include/slang/parsing/Lexer.h | 100.00% <100.00%> (ø) |
|
include/slang/parsing/Parser.h | 100.00% <100.00%> (ø) |
|
include/slang/syntax/SyntaxTree.h | 100.00% <ø> (ø) |
|
source/ast/Scope.cpp | 98.52% <ø> (ø) |
|
include/slang/util/LanguageVersion.h | 44.44% <0.00%> (-12.70%) |
⬇️ |
source/parsing/Lexer.cpp | 99.17% <76.92%> (-0.31%) |
⬇️ |
source/driver/Driver.cpp | 93.51% <25.00%> (-1.61%) |
⬇️ |
source/parsing/Parser_expressions.cpp | 97.97% <91.74%> (-0.72%) |
⬇️ |
source/driver/SourceLoader.cpp | 88.41% <0.00%> (-4.54%) |
⬇️ |
... and 4 more |
... and 3 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 6969c74...2a3d8fa. Read the comment docs.
Loading