File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
pip install .[dev,collision]
30
30
pip install pytest-timeout
31
- pytest --timeout=50 --timeout_method thread -s
31
+ pytest --ignore=roboticstoolbox/blocks -- timeout=50 --timeout_method thread -s
32
32
codecov :
33
33
# If all tests pass:
34
34
# Run coverage and upload to codecov
46
46
- name : Run coverage
47
47
run : |
48
48
pip install -e .[dev,collision,vpython]
49
- pytest --cov=roboticstoolbox --cov-report xml:coverage.xml
49
+ pytest --ignore=roboticstoolbox/blocks -- cov=roboticstoolbox --cov-report xml:coverage.xml
50
50
coverage report
51
51
- name : upload coverage to Codecov
52
52
uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 69
69
pip install pytest-timeout
70
70
python -c "import spatialgeometry"
71
71
python -c "import roboticstoolbox"
72
- pytest --timeout=50 --timeout_method thread -s
72
+ pytest --ignore=roboticstoolbox/blocks -- timeout=50 --timeout_method thread -s
You can’t perform that action at this time.
0 commit comments