huytd / codedaily-v3

https://news.kipalog.com/
87 stars 14 forks source link

Added unit test on helpers module #26

Closed phsym closed 7 years ago

phsym commented 7 years ago

Hi ! I added a few UT for issue #21 in the helpers module. Ok this one was easy, but I'm working on adding code coverage report using codecov, and I need a few tests to be added so I can try it.

Code coverage will help tests writers and yourself in validating that everything is properly tested.

Also, I fixed the .travis.yml file. Indeed, when starting from a fresh CI with no cache, which diesel fails the whole run.

Cheers!

huytd commented 7 years ago

🍺