Closed alonbl closed 2 months ago
Attention: Patch coverage is 50.00000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 94.11%. Comparing base (
baf22da
) to head (0aa39ba
). Report is 40 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
vsg/apply_rules.py | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Evening @alonbl ,
Thanks for the update with the file name. That was something I always wanted to do but never seemed to find the time.
I will get this merged to master for the next release.
Regards,
--Jeremy
In current implementation the user see something like the following when
ClassifyError
is raised:In a project that contains multiple files, the user is clueless as he does not know which of the files caused the error.
This change adds the name of the file to the message.