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

Introduce IEEE Std 1497-2001 Standard Delay Format (SDF) parsing #1083

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Truncate large test

2a3d8fa
Select commit
Loading
Failed to load commit list.
Open

Introduce IEEE Std 1497-2001 Standard Delay Format (SDF) parsing #1083

Truncate large test
2a3d8fa
Select commit
Loading
Failed to load commit list.
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.

Files with missing lines Patch % Lines
source/parsing/Parser_members.cpp 85.90% 94 Missing ⚠️
source/parsing/LexerFacts.cpp 5.08% 56 Missing ⚠️
source/syntax/SyntaxFacts.cpp 21.05% 30 Missing ⚠️
source/syntax/SyntaxTree.cpp 0.00% 22 Missing ⚠️
source/driver/SourceLoader.cpp 0.00% 16 Missing ⚠️
source/driver/Driver.cpp 25.00% 9 Missing ⚠️
source/parsing/Parser_expressions.cpp 91.74% 9 Missing ⚠️
source/parsing/Lexer.cpp 76.92% 3 Missing ⚠️
include/slang/util/LanguageVersion.h 0.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            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.