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 2828 run : |
2929 pip install .[dev,collision]
3030 pip install pytest-timeout
31- pytest --timeout=50 --timeout_method thread -s
31+ pytest --ignore=roboticstoolbox/blocks -- timeout=50 --timeout_method thread -s
3232 codecov :
3333 # If all tests pass:
3434 # Run coverage and upload to codecov
4646 - name : Run coverage
4747 run : |
4848 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
5050 coverage report
5151 - name : upload coverage to Codecov
5252 uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 6969 pip install pytest-timeout
7070 python -c "import spatialgeometry"
7171 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