Skip to content

Commit cb5f603

Browse files
committed
more debugging
1 parent 6e20352 commit cb5f603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Test tasks with pytest
3535
env:
3636
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}
37-
run: poetry run coverage run --debug=config,trace -m pytest tests/dev --ignore tests/tasks
37+
run: poetry run coverage run --debug=config,trace,pathmap -m pytest tests/dev --ignore tests/tasks
3838

3939
- name: Upload coverage data
4040
uses: actions/upload-artifact@v4
@@ -70,7 +70,7 @@ jobs:
7070
# We added this step to replace the variable `MERGE_COVERAGE_FILES: true`
7171
# in the next step, which had started to raise errors
7272
# (https://github.com/fractal-analytics-platform/fractal-server/pull/1725).
73-
run: poetry run coverage combine coverage-data-*
73+
run: poetry run coverage combine --debug=config,trace,pathmap coverage-data-*
7474

7575
- name: Add coverage comment to Pull Requests
7676
id: coverage_comment

0 commit comments

Comments
 (0)