summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.coverage
Commit message (Collapse)AuthorAgeFilesLines
* Prepare 5.3.3-SNAPSHOT buildsMatthias Sohn2019-06-051-18/+18
| | | | | Change-Id: Idebf272835cb22c21257c88b414ada802629b665 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.3.2.201906051522-rv5.3.2.201906051522-rMatthias Sohn2019-06-051-18/+18
| | | | | Change-Id: I41b4926f4bfa896ef2a13c35e93e08071ae949a3 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 5.3.2-SNAPSHOT buildsMatthias Sohn2019-04-281-18/+18
| | | | | Change-Id: Iedd56602acc89783387098c7f92ce0e5bad091e0 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.3.1.201904271842-rv5.3.1.201904271842-rMatthias Sohn2019-04-281-18/+18
| | | | | Change-Id: If3c323acfd2b6933f7d4fbec480cd4e82224f701 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 5.3.1-SNAPSHOT buildsMatthias Sohn2019-03-131-18/+18
| | | | | Change-Id: I8dc5e47bd19809d684579610edf922abca3cb3cc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.3.0.201903130848-rv5.3.0.201903130848-rMatthias Sohn2019-03-131-18/+18
| | | | | Change-Id: I52256a6d07011030698299d9a97dd01ea825fb7f Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2019-03-061-18/+18
| | | | | Change-Id: I9b934bcfad3d2091f4da163170348b0c8ef5e732 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.3.0.201903061415-rc1v5.3.0.201903061415-rc1Matthias Sohn2019-03-061-18/+18
| | | | | Change-Id: I85866af97fe1c0c0a0da83a7605484082fa56b52 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Prepare 5.3.0-SNAPSHOT buildsMatthias Sohn2019-01-171-18/+18
| | | | | Change-Id: I9f0bf3ff2b26f4a8300c98206beb19c2b9d4946a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.3.0.201901162155-m1v5.3.0.201901162155-m1Matthias Sohn2019-01-171-18/+18
| | | | | Change-Id: I350925ff3b1fba2c83a448bc4e6d67368573693e Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* JGit v5.3.0.201901161700-m1v5.3.0.201901161700-m1Matthias Sohn2019-01-171-18/+18
| | | | | Change-Id: I935cae5ae09ee5598ebdf6d9209048afec0d42dc Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
* Capture test coverage and add an aggregate test coverage reportMatthias Sohn2018-12-216-0/+181
Configure Maven build to capture test coverage using jacoco. Add new org.eclipse.jgit.coverage Maven module to aggregate jacoco test coverage results and generate test coverage HTML report at org.eclipse.jgit.coverage/target/site/jacoco-aggregate/index.html See https://www.eclemma.org/jacoco/trunk/doc/maven.html Change-Id: Iaeec4033e448ebc16965c05ab54109c4155a307a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>