diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 00000000..e79af2b8 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,21 @@ +[run] +source = + kibot + src +omit = */kibot/blender_scripts/* + */kibot/docopt.py + */kibot/kicad/sexpdata.py + */kibot/mcpy/* + */kibot/mcpyrate/* + */kibot/PyPDF2/* + */kibot/PcbDraw/* + */kibot/svgutils/* +parallel = true + +[report] +exclude_lines = + pragma: no cover +# @pre_class +# @output_class +# raise RuntimeError +