You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2016/02/24 10:52:00 UTC

svn commit: r1732048 - /olingo/site/trunk/content/contribute.mdtext

Author: mibo
Date: Wed Feb 24 09:52:00 2016
New Revision: 1732048

URL: http://svn.apache.org/viewvc?rev=1732048&view=rev
Log:
Linked Cobetura builds

Modified:
    olingo/site/trunk/content/contribute.mdtext

Modified: olingo/site/trunk/content/contribute.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/contribute.mdtext?rev=1732048&r1=1732047&r2=1732048&view=diff
==============================================================================
--- olingo/site/trunk/content/contribute.mdtext (original)
+++ olingo/site/trunk/content/contribute.mdtext Wed Feb 24 09:52:00 2016
@@ -91,6 +91,8 @@ To clone the current master branch of th
 #### Providing bugfix / code
 To provide a bug fix, checkout the current master branch of the project and develop your solution. In Olingo we truly believe in tests, so your contribution should at least contain tests that show that your contribution works as expected and also tests that reproduces the previous reported bug. If you provide a new feature your tests should reach at least 80 percent test-coverage.
 
+To ensure this we have lots of tests and use [Cobertura](http://cobertura.github.io/cobertura/) as *code coverage tool*. In addition there exists separate build jobs on the Apache Build servers for latest versions of [Olingo V2](https://builds.apache.org/job/olingo-odata2-cobertura/) and [Olingo V4](https://builds.apache.org/job/olingo-odata4-cobertura/).
+
 To append your contribution to a JIRA ticket, please create a patch file as explained in the chapter.
 
 **Providing documentation for the Apache website**