sjanssen2 / spike

NGS pipeline for SNV detection in tumor context
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

try to activate Travis and Coveralls #186

Closed sjanssen2 closed 5 years ago

sjanssen2 commented 5 years ago

This applies only to the python code, but not to the overall rules!

I think it is useful to have some continuous integration testing for our python code base for this project. Basically, whenever you make a pull request (or push to an existing one) several tests (which you have to code as well) will be executed by Travis. Furthermore, you will see some stats about which lines of codes are covered by tests and which are not. Very helpful for further development and totally my fault that I do not yet provide those required tests, i.e. coverage is very low :-(

LayalYasin commented 5 years ago

that is quite interesting, I had really a vague idea about this push/pull code testing. I read more about them now. Thanks for this addition!