You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incidentally, processing lcov output also gave me the correct results, whereas with the default .coverage output I observed a discrepancy in the reported coverage which seemed to stem from improper parsing of the python files. (Perhaps that should have been reported here? There are so many different issue trackers, I am not sure what to report where.)
@altaurog we just released version 0.6.11 which fixed some issues when users were specifying a coverage format. Could you please test with the latest version and let us know if you are still running into issues.
What was wrong?
coveralls reporter was working with pytest-cov out of the box, but seems to have stopped
I tried pinning
coverage
andpytest-cov
to last working version, but it still fails.Logs
https://github.com/altaurog/pgcopy/actions/runs/8981185693/job/24666223762#step:6:69
It worked with v0.6.6 in this run:
https://github.com/altaurog/pgcopy/actions/runs/8602391600/job/23571855578#step:6:71
The text was updated successfully, but these errors were encountered: