Ignore the generated files

This commit is contained in:
Thomas Göttgens authored and GitHub committed 2023-03-31 10:04:42 +02:00
1 parent cb93669740
commit 62843ea39c
1 file changed
+1 -1
+1 -1
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