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.
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!