Pytest: consistent codecov (#30408)

* seed only

* random seed

* ignore version.py

* increase max examples

* increase default max examples
This commit is contained in:
Justin Newberry
2023-11-08 16:43:32 -05:00
committed by GitHub
parent 4967377b3f
commit d02dd50749
4 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -8,4 +8,5 @@ coverage:
ignore:
- "**/test_*.py"
- "selfdrive/test/**"
- "selfdrive/test/**"
- "system/version.py" # codecov changes depending on if we are in a branch or not