Closed SurajBDeore closed 1 week ago
I could see that the CI failed at "Check output files" Your code modifications result in the changes in output files. You have to push the modified output files together with your code.
Suggestion - Please run the make test-ci
command to generate the modified output files locally
Please check make lint
as well locally to avoid CI failure
This pull request addresses an issue where the
ref_down
section in thelobster.report
is incorrectly reflecting class references in the.py
file.Changes Made:
ref_down
section of thelobster.report
. This ensures accurate tracking of references in accordance with the expected output.lobster.report
.Issue #89