NYU-Processor-Design / nyu-core

The code and tests for the RISCV-32I compatible core for the NYU Processor Design VIP team.
Creative Commons Zero v1.0 Universal
2 stars 12 forks source link

Con_Branch_Cont(test) #146

Closed xingzhi0420 closed 4 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 93.33333% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 98.23%. Comparing base (0af182a) to head (1f4a3ec).

:exclamation: Current head 1f4a3ec differs from pull request most recent head 1f55178. Consider uploading reports for the commit 1f55178 to get more accurate results

Files Patch % Lines
rtl/Con_Branch_Cont.sv 85.71% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #146 +/- ## ========================================== + Coverage 93.38% 98.23% +4.84% ========================================== Files 12 14 +2 Lines 257 283 +26 ========================================== + Hits 240 278 +38 + Misses 17 5 -12 ```

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

ShinyMiraidon commented 5 months ago

You will want to make sure to update your test to use the new testing format

ShinyMiraidon commented 4 months ago

You'll also want to update your tests to use the new format Vito discussed