python-coverage-comment-action
python-coverage-comment-action copied to clipboard
Improve error message in case of version mismatch
The coverage package mismatch - coverage pkg I used to generate the
.coveragefile was different from the one used in the action (minor version was different).
Originally posted by @dmitry-olefir-snkeos in https://github.com/py-cov-action/python-coverage-comment-action/issues/303#issuecomment-2467488861
I'm guessing that there might be quite a few cases where it might fail, apart from version mismatch, actually. We should try and detect at least some of them.