Skip to content

Commit

Permalink
.coveragerc needs the magic incantation relative_files=true to work o…
Browse files Browse the repository at this point in the history
…n github actions.
  • Loading branch information
jamadden committed Dec 4, 2020
1 parent 7c5c174 commit 9f92f2c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .coveragerc
@@ -1,6 +1,8 @@
[run]
source = nti.webhooks

# New in 5.0; required for the GHA coveralls submission.
# Perhaps this obsoletes the source section in [paths]?
relative_files = True

[report]
# Coverage is run on Linux under cPython 2 and 3,
Expand All @@ -16,3 +18,7 @@ exclude_lines =
if sys.platform == 'win32':
if mswindows:
if is_windows:

# Local Variables:
# mode: conf
# End:

0 comments on commit 9f92f2c

Please sign in to comment.