This issue is meant as just a place I can dump links to libraries that are doing unit testing, continuous integration, code coverage reports, git workflow, etc. very well. Study how they implemented these things and glean what you can from them. If their licensing allows it, feel free to steal whatever you can use too. Just make sure to credit them if you do.
Mockery has a very clean, very well thought-out Github/Travis/Scrutinizer/Coveralls integration. Take what you can from their integration (as long as their licensing allows it) and credit them somewhere. Maybe create a CREDITS file or something.
This issue is meant as just a place I can dump links to libraries that are doing unit testing, continuous integration, code coverage reports, git workflow, etc. very well. Study how they implemented these things and glean what you can from them. If their licensing allows it, feel free to steal whatever you can use too. Just make sure to credit them if you do.