Skip to content

Commit 2cb47cf

Browse files
committed
rm .venv
1 parent 922126c commit 2cb47cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,15 @@ jobs:
146146
# We added this step to replace the variable `MERGE_COVERAGE_FILES: true`
147147
# in the next step, which had started to raise errors
148148
# (https://github.com/fractal-analytics-platform/fractal-server/pull/1725).
149-
run: poetry run coverage combine coverage-data-*
149+
run: poetry run coverage combine coverage-data-* --data-file=fractal_tasks_core/.coverage
150+
151+
- run: rm -r .venv
150152

151153
- name: Add coverage comment to Pull Requests
152154
id: coverage_comment
153155
uses: py-cov-action/python-coverage-comment-action@v3
154156
with:
157+
COVERAGE_PATH: fractal_tasks_core
155158
GITHUB_TOKEN: ${{ github.token }}
156159
MINIMUM_GREEN: 90
157160
MINIMUM_ORANGE: 60

0 commit comments

Comments
 (0)