Skip to content

Commit 1e3fd15

Browse files
committed
remove coverage path
1 parent 28155dc commit 1e3fd15

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ jobs:
154154
id: coverage_comment
155155
uses: py-cov-action/python-coverage-comment-action@v3
156156
with:
157-
COVERAGE_PATH: fractal_tasks_core
158157
GITHUB_TOKEN: ${{ github.token }}
159158
MINIMUM_GREEN: 90
160159
MINIMUM_ORANGE: 60

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ build-backend = "poetry.core.masonry.api"
100100
branch = true
101101
parallel = true
102102
relative_files = true
103-
source = ["fractal_tasks_core"]
103+
source = ["fractal_tasks_core/**"]
104104

105105

106106
[tool.bumpver]

0 commit comments

Comments
 (0)