[Nodeshot] Nodeshot repo now monitored properly by automated tools

Nemesis nemesis at ninux.org
Thu Apr 3 10:23:12 CEST 2014


Hi everyone,

finally the main nodeshot repository is under continous quality code
monitoring, integration testing and code coverage.

Check the badges here: https://github.com/ninuxorg/nodeshot

This will enableus to automatically and effortlessly monitor potential
problems continously.

After the betaphase we'll work on raising the percentage of test
coverage and code health.

What is travis-ci.org?
It's a service that at each commit does the install procedure of
nodeshot and ensure everything goes smoothly and all unit tests pass.
This process is called "build" and can either pass or fail.
The service sends email notifications when build status changes.
It also displays build status on pull requests.

What is coveralls.io?
It's a service that after successfull travis-ci builds receive the code
test coverage report and displays it.
The service sends email notifications when code coverage increases or
decreases.
It also displays code coverage changes in pull requests

What is landscape.io?
It's a service that monitors python code and looks for stuff like
unusedimports, code style issues, unused variables and stuff like that.
This also sends notifications when there is any changes in score.

What is requires.io?
It's a service that checks the python dependencies version are up-to-date.

Federico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ml.ninux.org/pipermail/nodeshot/attachments/20140403/d3b24f99/attachment-0001.html>


More information about the Nodeshot mailing list