We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55283a4 commit 3983989Copy full SHA for 3983989
.github/workflows/coverage.yml
@@ -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
10
# Caller Template --------------------------------------------------------------
11
12
# # Runs all tests and runs a coverage report via python-coverage-comment-action.
0 commit comments