NYU-Processor-Design / nyu-amba

NYU Processor Design Team's interpretation of ARM's AMBA specifications.
Creative Commons Zero v1.0 Universal
1 stars 6 forks source link

GPIO module and SubDummy tests #22

Open kevincyap opened 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (01a96df) 70.52% compared to head (54e2603) 93.70%.

Files Patch % Lines
rtl/ahb/devices/SubDummy.sv 97.43% 1 Missing :warning:
rtl/apb/devices/GPIO/GPIO.sv 95.65% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## =========================================== + Coverage 70.52% 93.70% +23.17% =========================================== Files 3 4 +1 Lines 95 127 +32 =========================================== + Hits 67 119 +52 + Misses 28 8 -20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rishyak commented 7 months ago

Good job getting the coverage back up. Take a look at the codecov warnings at your convenience and then merge once they're sorted.