Jen-Harris / Tentacular

Search for Github repos!
https://tentacular.herokuapp.com/
0 stars 1 forks source link

Travis/codecov badges? #27

Open ZooeyMiller opened 7 years ago

ZooeyMiller commented 7 years ago

It seems you have travis set up as you have a travis.yaml file, but in it it doesn't refer to codecov, setting up codecov is really nice, as it means you can see how the code is tested whenever a PR is made, so you can make sure if people have written more code they have written tests for it as well.

Also means you can set up some hot ass badges :sunglasses: meaning everyone will now that you take code quality seriously and test your stuff.

https://github.com/dwyl/repo-badges

BartBucknill commented 7 years ago

@ZooeyMiller done! thanks for the tip, will be using codecov and the lovely badges from now on : )