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 54
54
55
55
- name : Run unit tests and doctests.
56
56
shell : bash -l {0}
57
- run : tox -e pytest -- -m "unit or (not integration and not end_to_end)" --cov=./ --cov-report=xml -n auto
57
+ run : tox -e test -- -m "unit or (not integration and not end_to_end)" --cov=./ --cov-report=xml -n auto
58
58
59
59
- name : Upload unit test coverage reports to Codecov with GitHub Action
60
60
uses : codecov/codecov-action@v4
63
63
64
64
- name : Run end-to-end tests.
65
65
shell : bash -l {0}
66
- run : tox -e pytest -- -m end_to_end --cov=./ --cov-report=xml -n auto
66
+ run : tox -e test -- -m end_to_end --cov=./ --cov-report=xml -n auto
67
67
68
68
- name : Upload end_to_end test coverage reports to Codecov with GitHub Action
69
69
uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments