athieriot / drone-artifactory

Drone plugin for publishing build artifacts to Artifactory
Apache License 2.0
10 stars 12 forks source link

Add some tests to improve code coverage #5

Closed athieriot closed 8 years ago

athieriot commented 8 years ago

Added a fair amount of tests and manage to obtain a pretty good coverage.

Obviously it did cost a little bit of refactoring but I believe it's all for the best (Mostly split into more functions, better use of Promises)

What I don't is how aircover will detect the LCOV file which is currently located in coverage/lcov.info

Edit: Giving a try to .drone.yml configuration following conversation on drone-dev

tboerger commented 8 years ago

LGTM

athieriot commented 8 years ago

LGTM