add coverage

This commit is contained in:
Mike Kinney
2021-12-01 10:34:48 -08:00
parent e7e094a14c
commit ef811b5f7b
4 changed files with 7 additions and 2 deletions

View File

@@ -24,4 +24,4 @@ jobs:
- name: Run pylint
run: pylint --exit-zero meshtastic
- name: Run tests with pytest
run: pytest
run: pytest --cov=meshtastic