KiCad / kicad-library-utils

Some scripts for helping with library development
GNU General Public License v3.0
127 stars 95 forks source link

3D Models coverage test #176

Open antoniovazquezblanco opened 6 years ago

antoniovazquezblanco commented 6 years ago

From https://github.com/KiCad/kicad-footprints/issues/46

I was thinking in including a coverage report. A simple script that would tell in which percentage the whole lib complies with KLC and/or another script that would test how many 3D models are present and how many missing footprints looking at the symbol lib.

poeschlr commented 6 years ago

There is a script that might already do what you want. (Just not added to travis.) https://github.com/KiCad/kicad-library-utils/blob/master/pcb/check_3d_coverage.py

antoniovazquezblanco commented 6 years ago

I saw that the other day. I was planning on integrating it with travis and to add symbol coverage.