mirror of
https://github.com/infiniteCable2/opendbc.git
synced 2026-06-08 10:54:51 +08:00
gitignore a bunch of stuffg
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -17,17 +17,16 @@
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.dump
|
||||
*.gcov
|
||||
uv.lock
|
||||
/dist/
|
||||
.vscode/
|
||||
__pycache__/
|
||||
mull.yml
|
||||
*.profraw
|
||||
|
||||
opendbc/can/build/
|
||||
opendbc/can/obj/
|
||||
opendbc/can/packer_pyx.cpp
|
||||
opendbc/can/parser_pyx.cpp
|
||||
opendbc/can/packer_pyx.html
|
||||
opendbc/can/parser_pyx.html
|
||||
opendbc/dbc/*_generated.dbc
|
||||
|
||||
cppcheck-addon-ctu-file-list
|
||||
|
||||
@@ -25,7 +25,7 @@ if [ "$1" == "--report" ]; then
|
||||
fi
|
||||
|
||||
# test coverage
|
||||
GCOV="gcovr -r ../ --fail-under-line=100 -e ^libsafety -e ^../board"
|
||||
GCOV="gcovr -r $DIR/../ -d --fail-under-line=100 -e ^libsafety -e ^../board"
|
||||
if ! GCOV_OUTPUT="$($GCOV)"; then
|
||||
echo -e "FAILED:\n$GCOV_OUTPUT"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user