partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 400 forks source link

Enable code coverage checking #1094

Closed christianlupus closed 4 years ago

christianlupus commented 4 years ago

According to this comment we do not have working code coverage in place. @dromer can you confirm this?

We should get this running to see if tests are missing, also for future PRs.

dromer commented 4 years ago

I just added codecov support: https://github.com/partkeepr/PartKeepr/pull/1095