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 922126c commit 2cb47cfCopy full SHA for 2cb47cf
.github/workflows/ci_poetry.yml
@@ -146,12 +146,15 @@ 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-*
+ run: poetry run coverage combine coverage-data-* --data-file=fractal_tasks_core/.coverage
150
+
151
+ - run: rm -r .venv
152
153
- name: Add coverage comment to Pull Requests
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
0 commit comments