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 2cb47cf commit 136706cCopy full SHA for 136706c
.github/workflows/ci_poetry.yml
@@ -146,7 +146,7 @@ jobs:
146
# We added this step to replace the variable `MERGE_COVERAGE_FILES: true`
147
# in the next step, which had started to raise errors
148
# (https://github.com/fractal-analytics-platform/fractal-server/pull/1725).
149
- run: poetry run coverage combine coverage-data-* --data-file=fractal_tasks_core/.coverage
+ run: poetry run coverage combine coverage-data-*
150
151
- run: rm -r .venv
152
0 commit comments