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

Add unit tests and gradle support for CustomShapeImageView #11

Closed cyburs closed 8 years ago

cyburs commented 8 years ago

This pull request is sample of unit test cases that we plan to contribute in order to raise the overall coverage to 80%. Code coverage is measured using Jacoco. This pull request increases code coverage of library from 0% to 11%.

Metric Before After
Coverage % 0% 11%
Lines Covered 0 137
Total Lines 968 968

Vlad Medvedev DevFactory - Code Quality Team