-
Notifications
You must be signed in to change notification settings - Fork 825
Description
Expected behaviour
On clicking a file in the Coveralls' report, I should be able to see the lines which are no longer covered due to changes made in the PR.
Actual behaviour
Source not available
The file "/home/travis/miniconda/envs/test/lib/python2.7/site-packages/MDAnalysis/core/selection.py" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.
Potential fix
The error says that coveralls tried to look for the source code files at /home/travis/miniconda/envs/test/lib/python2.7/site-packages/MDAnalysis/. I think it should look in the cloned folder instead. We need to change the repo root to make this work.
It would be huge help for me if we could fix this. Comparing multiple coverage reports manually is a pain.
EDIT
Related issue on coveralls github at lemurheavy/coveralls-public#263