[slang] Finish implementation of matched/triggered sequence method restrictions. #1095
Codecov / codecov/project
succeeded
Sep 29, 2024 in 1s
94.77% (target 85.00%)
View this Pull Request on Codecov
94.77% (target 85.00%)
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 94.77%. Comparing base (
2fd768f
) to head (3d6d565
).
Report is 23 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #1095 +/- ##
==========================================
+ Coverage 94.76% 94.77% +0.01%
==========================================
Files 191 191
Lines 47716 47758 +42
==========================================
+ Hits 45217 45264 +47
+ Misses 2499 2494 -5
Files with missing lines | Coverage Δ | |
---|---|---|
include/slang/ast/ASTContext.h | 100.00% <100.00%> (ø) |
|
source/ast/builtins/MiscSystemFuncs.cpp | 86.79% <100.00%> (+1.22%) |
⬆️ |
source/ast/expressions/AssertionExpr.cpp | 90.53% <100.00%> (+0.02%) |
⬆️ |
source/ast/expressions/AssignmentExpressions.cpp | 93.17% <100.00%> (+0.09%) |
⬆️ |
source/ast/expressions/CallExpression.cpp | 94.00% <100.00%> (+0.41%) |
⬆️ |
... and 2 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 2fd768f...3d6d565. Read the comment docs.
Loading