MostafaGazar / CustomShapeImageView

A library for supporting custom shaped ImageView(s) using SVGs and paint shapes
http://mostafagazar.github.io/CustomShapeImageView
Apache License 2.0
1.62k stars 425 forks source link

Unit tests for [project/module name] to increase code coverage from 11%to 80% #13

Closed cyburs closed 8 years ago

cyburs commented 8 years ago

This pull request is focused on library module. Code coverage is measured using cobertura. This pull request increases code coverage of the whole project by 80%.

Metric Before After
Coverage % [11%] [80%]
Lines Covered [137] [784]
Total Lines [968] [964]

Vladislav Medvedev DevFactory - Code Quality Team