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

[slang] Finish implementation of matched/triggered sequence method restrictions. #1095

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

Fix warning

3d6d565
Select commit
Loading
Failed to load commit list.
Open

[slang] Finish implementation of matched/triggered sequence method restrictions. #1095

Fix warning
3d6d565
Select commit
Loading
Failed to load commit list.
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

Impacted file tree graph

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