[slang] Introduce clock resolution support (SystemVerilog LRM 16.13/16.16 sections). #1027
Codecov / codecov/project
succeeded
Jun 13, 2024 in 0s
94.87% (target 85.00%)
View this Pull Request on Codecov
94.87% (target 85.00%)
Details
Codecov Report
Attention: Patch coverage is 96.48712%
with 15 lines
in your changes missing coverage. Please review.
Project coverage is 94.87%. Comparing base (
73b79be
) to head (751e1c7
).
Report is 3 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #1027 +/- ##
==========================================
+ Coverage 94.69% 94.87% +0.18%
==========================================
Files 191 193 +2
Lines 47553 48023 +470
==========================================
+ Hits 45031 45563 +532
+ Misses 2522 2460 -62
Files | Coverage Δ | |
---|---|---|
include/slang/ast/Compilation.h | 100.00% <ø> (ø) |
|
include/slang/driver/Driver.h | 100.00% <ø> (ø) |
|
source/ast/Compilation.cpp | 96.75% <100.00%> (+0.02%) |
⬆️ |
source/driver/Driver.cpp | 94.95% <80.00%> (-0.15%) |
⬇️ |
source/ast/ClockResolution.cpp | 99.41% <99.41%> (ø) |
|
include/slang/ast/ClockResolution.h | 82.60% <82.60%> (ø) |
... and 20 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 73b79be...751e1c7. Read the comment docs.
Loading