lbartnik / subprocess

Other
49 stars 10 forks source link

Travis integration #5

Closed johndharrison closed 7 years ago

johndharrison commented 7 years ago

This pull request adds TRAVIS CI integration. A change was made to the helper function process_exists using --pid rather than -q (quick pid). TRAVIS test was failing I assume because the version of linux had a version of ps that didn't have -q. https://travis-ci.org/johndharrison/subprocess/jobs/175708922#L1906

johndharrison commented 7 years ago

There should be accounts linked to your github account:

https://travis-ci.org/lbartnik https://codecov.io/gh/lbartnik

You should be able to sign into both with your github account:

https://docs.travis-ci.com/user/getting-started/

Travis is linked to your github account and in the travis yaml you can run code coverage and upload to codecov.