mypy fail test

This commit is contained in:
Atsushi Sakai
2020-03-08 23:15:13 +09:00
parent 0b9a0c88d6
commit 8dc23fec21

View File

@@ -30,11 +30,12 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: install coverage
run: pip install coverage
- name: Mypy Check
uses: jpetrucciani/mypy-check@0.761
with:
path: './AerialNavigation ./PathPlanning'
- name: Test
- name: install mypy
run: pip install mypy
- name: mypy check
run: |
- find . -name "*.py" | xargs mypy
- name: do all unit tests
run: bash runtests.sh