Skip to content

Commit 136706c

Browse files
committed
remove --data-file
1 parent 2cb47cf commit 136706c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ 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-* --data-file=fractal_tasks_core/.coverage
149+
run: poetry run coverage combine coverage-data-*
150150

151151
- run: rm -r .venv
152152

0 commit comments

Comments
 (0)