Ignore the generated files

This commit is contained in:
Thomas Göttgens
2023-03-31 10:04:42 +02:00
committed by GitHub
parent cb93669740
commit 62843ea39c

View File

@@ -35,7 +35,7 @@ jobs:
which meshtastic
meshtastic --version
- name: Run pylint
run: pylint meshtastic examples/
run: pylint meshtastic examples/ --ignore-patterns ".*_pb2.py$"
- name: Run tests with pytest
run: pytest --cov=meshtastic
- name: Generate coverage report