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 28155dc commit 1e3fd15Copy full SHA for 1e3fd15
.github/workflows/ci_poetry.yml
@@ -154,7 +154,6 @@ jobs:
154
id: coverage_comment
155
uses: py-cov-action/python-coverage-comment-action@v3
156
with:
157
- COVERAGE_PATH: fractal_tasks_core
158
GITHUB_TOKEN: ${{ github.token }}
159
MINIMUM_GREEN: 90
160
MINIMUM_ORANGE: 60
pyproject.toml
@@ -100,7 +100,7 @@ build-backend = "poetry.core.masonry.api"
100
branch = true
101
parallel = true
102
relative_files = true
103
-source = ["fractal_tasks_core"]
+source = ["fractal_tasks_core/**"]
104
105
106
[tool.bumpver]
0 commit comments