microsoft / agogosml

agogosml is a flexible data processing pipeline that addresses the common need for operationalizing ML models at scale
MIT License
34 stars 16 forks source link

Address modules not covered in tests when code changes #277

Closed cicorias closed 4 years ago

cicorias commented 5 years ago

Code modules are being bypassed in coverage to address target of 70% - these lines are marked with # pragma: no cover

As these modules are changed, the goal is to remove pragma statements where code is changing and ensure coverage is in place when meaningful.