Skip to content

Commit

Permalink
Enable relative_files again, now that we have an editable install.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 24, 2020
1 parent fc8f270 commit 4fff473
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ omit =
*/gevent/resolver/*.so
# New in 5.0; required for the GHA coveralls submission.
# Perhaps this obsoletes the source section in [paths]?
# XXX: Nope, that just led to reporting 0% coverage.
#relative_files = True
relative_files = True

[report]
# Coverage is run on Linux under cPython 2/3 and pypy
Expand All @@ -51,15 +50,15 @@ omit =
# Third-party vendored code
src/gevent/_tblib.py

[paths]
# Combine source and paths from the Travis CI installs so they all get
# collapsed during combining. Otherwise, coveralls.io reports
# many different files (/lib/pythonX.Y/site-packages/gevent/...) and we don't
# get a good aggregate number.
source =
src/
*/lib/*/site-packages/
*/pypy*/site-packages/
# [paths]
# # Combine source and paths from the Travis CI installs so they all get
# # collapsed during combining. Otherwise, coveralls.io reports
# # many different files (/lib/pythonX.Y/site-packages/gevent/...) and we don't
# # get a good aggregate number.
# source =
# src/
# */lib/*/site-packages/
# */pypy*/site-packages/

# Local Variables:
# mode: conf
Expand Down

0 comments on commit 4fff473

Please sign in to comment.