Skip to content

Commit 3983989

Browse files
authored
added note to coverage workflow (#23)
1 parent 55283a4 commit 3983989

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Note -------------------------------------------------------------------------
2+
# For the action used in this workflow to work, the coverage file needs
3+
# to contain relative paths. The only way I found to set this, seems to be
4+
# to add it in your project settings, e.g. in pyproject.toml:
5+
6+
# [tool.coverage.run]
7+
# relative_files = true
8+
9+
110
# Caller Template --------------------------------------------------------------
211

312
# # Runs all tests and runs a coverage report via python-coverage-comment-action.

0 commit comments

Comments
 (0)