File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments