mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
Ignore the generated files
This commit is contained in:
1 parent
cb93669740
commit
62843ea39c
1 file changed
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user