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 51
51
52
52
- name : Run unit tests and doctests.
53
53
shell : bash -l {0}
54
- run : uv run --extra test pytest -- - m "unit or (not integration and not end_to_end)" --cov=./ --cov-report=xml -n auto
54
+ run : uv run --extra test pytest -m "unit or (not integration and not end_to_end)" --cov=./ --cov-report=xml -n auto
55
55
56
56
- name : Upload coverage report for unit tests and doctests.
57
57
if : runner.os == 'Linux' && matrix.python-version == '3.10'
60
60
61
61
- name : Run end-to-end tests.
62
62
shell : bash -l {0}
63
- run : uv run --extra test pytest -- - m end_to_end --cov=./ --cov-report=xml -n auto
63
+ run : uv run --extra test pytest -m end_to_end --cov=./ --cov-report=xml -n auto
64
64
65
65
- name : Upload coverage reports of end-to-end tests.
66
66
if : runner.os == 'Linux' && matrix.python-version == '3.10'
You can’t perform that action at this time.
0 commit comments