From a0e8173168eff882669fb5ea0054baf689dfbe1a Mon Sep 17 00:00:00 2001 From: Geoffrey Alexandre Date: Mon, 30 Mar 2015 13:25:57 +0200 Subject: [PATCH 1/2] Update README.md Add some useful plateforms --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 06ba4f2a..c591baad 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ If you're not inclined to make PRs you can tweet me at ```@ripienaar``` * https://houndci.com/ - Comments on github commits about code quality - free for open source * https://coveralls.io/ - Display test coverage reports - free for open source * https://scrutinizer-ci.com/ - Continuous inspection platform - free for open source + * https://codecov.io/ - Code coverage tool (SaaS) free for 1 private project and no restructions for publics repos ## CI / CD @@ -36,6 +37,8 @@ If you're not inclined to make PRs you can tweet me at ```@ripienaar``` * https://travis-ci.org – free for public Github repositories. * http://wercker.com/ - free for public and private repositories * https://drone.io/ - CI platform that includes browser testing, free for Open Source + * https://jenkins-ci.org/ - CI software + * http://hudson-ci.org/ - CI software * [Comparison of Continuous Integration services](https://github.com/ligurio/Continuous-Integration-services) ## Security and PKI From 4b021accd23b2735246e18aabc8ed61f73542b4b Mon Sep 17 00:00:00 2001 From: Geoffrey Alexandre Date: Mon, 30 Mar 2015 13:48:39 +0200 Subject: [PATCH 2/2] Update README.md Sonar, Hudson, Jenkins removed --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index c591baad..232cee93 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,10 @@ If you're not inclined to make PRs you can tweet me at ```@ripienaar``` * https://landscape.io/ - Code Quality for Python projects, free for Open Source * https://codeclimate.com/ - Automated code review, free for Open Source - * http://www.sonarqube.org/ - Static code analysis, code coverage, technical debt management * https://houndci.com/ - Comments on github commits about code quality - free for open source * https://coveralls.io/ - Display test coverage reports - free for open source * https://scrutinizer-ci.com/ - Continuous inspection platform - free for open source - * https://codecov.io/ - Code coverage tool (SaaS) free for 1 private project and no restructions for publics repos + * https://codecov.io/ - Code coverage tool (SaaS) free for 1 private project and no restrictions for publics repos ## CI / CD @@ -37,8 +36,6 @@ If you're not inclined to make PRs you can tweet me at ```@ripienaar``` * https://travis-ci.org – free for public Github repositories. * http://wercker.com/ - free for public and private repositories * https://drone.io/ - CI platform that includes browser testing, free for Open Source - * https://jenkins-ci.org/ - CI software - * http://hudson-ci.org/ - CI software * [Comparison of Continuous Integration services](https://github.com/ligurio/Continuous-Integration-services) ## Security and PKI