Skip to content

Commit 1dfadda

Browse files
committed
TEST
1 parent 6baf3d3 commit 1dfadda

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/python-tests.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,16 @@ jobs:
9191
pattern: "coverage-artifact-*"
9292
merge-multiple: true
9393

94+
# - name: "Compile coverage data"
95+
# run: |
96+
# uv run nox --session coverage_combine
97+
9498
- name: "Compile coverage data"
9599
run: |
96-
uv run nox --session coverage_combine
100+
uv sync --no-dev --group test
101+
uv run coverage combine --debug=pathmap
102+
uv run coverage report -m
103+
uv run coverage json
97104
98105
- name: "Post summary to step summary."
99106
run: |

0 commit comments

Comments
 (0)