-
Notifications
You must be signed in to change notification settings - Fork 22
Description
This bug was found during RareSkills invariant testing bootcamp week 2. When doing the Morpho scaffold exercise, I found if you open the Medusa coverage report from the extension directly, it returns a dated report (possibly the first run). So for example you run "Fuzz with Medusa" from the extension 5 times, it will always return the report from the first time.
See the screenshot, the timestamp in the bottom left corner doesn't match the timestamp in the coverage report:
The latest report can be found at medusa/coverage/coverage_report.html, the bug is just opening the report from the extension directly gives you the dated one.
(By the way it is not timezone issue, the latest report I found in the folder shows 92.5% coverage so I am pretty sure this is a bug in the extension)