add examples to lint and fix warnings

This commit is contained in:
Mike Kinney
2022-02-10 14:51:22 -08:00
parent 363b268ccf
commit 5cfb6ffa11
7 changed files with 36 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ jobs:
which meshtastic
meshtastic --version
- name: Run pylint
run: pylint meshtastic
run: pylint meshtastic examples/
- name: Run tests with pytest
run: pytest --cov=meshtastic
- name: Generate coverage report