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
On PR #262 , I verified that the coverage reports and the coveralls output all looked good (after some fixes to get things working), and I can confirm they still do in the latest build. However, @dalthviz noticed that coveralls is showing zero coverage, which I suspect (given the lack of other obvious reasons) is due to it not correctly handling coverage from the installed package (vs. the local source) properly.
In addition, it would be nice if we could submit coverage from all jobs (since they cover different things), unique reports for each binding (instead of just the last one), and title the individual jobs more descriptively so its clear what platform/Python version/install type/binding they came from, though the main priority here is just getting things working again.
The text was updated successfully, but these errors were encountered:
Actually, the other possible reason (which occurred on the same commit, so I can't confirm which it was) might be due having to run pytest from inside the qtpy package directory, as a hack to get around some of the problems caused by QtPy not (yet) having the modern best-practice src directory layout (which would be nice to transition to, but that's up to @dalthviz ), meaning that the coverage report gets dumped in that directory and coveralls doesn't find it (and doesn't issue any kind of error or warning). Hopefully that's the case, as if so it should be fairly simple to resolve. I'll test both and figure out what's going on.
On PR #262 , I verified that the coverage reports and the coveralls output all looked good (after some fixes to get things working), and I can confirm they still do in the latest build. However, @dalthviz noticed that coveralls is showing zero coverage, which I suspect (given the lack of other obvious reasons) is due to it not correctly handling coverage from the installed package (vs. the local source) properly.
In addition, it would be nice if we could submit coverage from all jobs (since they cover different things), unique reports for each binding (instead of just the last one), and title the individual jobs more descriptively so its clear what platform/Python version/install type/binding they came from, though the main priority here is just getting things working again.
The text was updated successfully, but these errors were encountered: