Commit 4fff473e authored by Jason Madden's avatar Jason Madden

Enable relative_files again, now that we have an editable install.

parent fc8f270a
...@@ -25,8 +25,7 @@ omit = ...@@ -25,8 +25,7 @@ omit =
*/gevent/resolver/*.so */gevent/resolver/*.so
# New in 5.0; required for the GHA coveralls submission. # New in 5.0; required for the GHA coveralls submission.
# Perhaps this obsoletes the source section in [paths]? # Perhaps this obsoletes the source section in [paths]?
# XXX: Nope, that just led to reporting 0% coverage. relative_files = True
#relative_files = True
[report] [report]
# Coverage is run on Linux under cPython 2/3 and pypy # Coverage is run on Linux under cPython 2/3 and pypy
...@@ -51,15 +50,15 @@ omit = ...@@ -51,15 +50,15 @@ omit =
# Third-party vendored code # Third-party vendored code
src/gevent/_tblib.py src/gevent/_tblib.py
[paths] # [paths]
# Combine source and paths from the Travis CI installs so they all get # # Combine source and paths from the Travis CI installs so they all get
# collapsed during combining. Otherwise, coveralls.io reports # # collapsed during combining. Otherwise, coveralls.io reports
# many different files (/lib/pythonX.Y/site-packages/gevent/...) and we don't # # many different files (/lib/pythonX.Y/site-packages/gevent/...) and we don't
# get a good aggregate number. # # get a good aggregate number.
source = # source =
src/ # src/
*/lib/*/site-packages/ # */lib/*/site-packages/
*/pypy*/site-packages/ # */pypy*/site-packages/
# Local Variables: # Local Variables:
# mode: conf # mode: conf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment