Bug 60364 - Document Test Coverage
Summary: Document Test Coverage
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2016-11-11 20:25 UTC by Thomas Schapitz
Modified: 2016-11-13 12:35 UTC (History)
1 user (show)



Attachments
Add JaCoCo Testcoverage to build (15.76 KB, patch)
2016-11-11 20:30 UTC, Thomas Schapitz
Details | Diff
Add JaCoCo Coverage to Build (Revised) (8.89 KB, patch)
2016-11-11 21:03 UTC, Thomas Schapitz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Schapitz 2016-11-11 20:25:14 UTC
Hi there!
Here is a patch enhancing the Jmeter Build with a JaCoCo coverage report.

A mere

 ant coverage

produces the report @ reports/coverage/index.html.
Comment 1 Thomas Schapitz 2016-11-11 20:30:49 UTC
Created attachment 34436 [details]
Add JaCoCo Testcoverage to build
Comment 2 Thomas Schapitz 2016-11-11 21:00:46 UTC
Ahh sorry, please ignore this one.
Comment 3 Thomas Schapitz 2016-11-11 21:03:38 UTC
Created attachment 34437 [details]
Add JaCoCo Coverage to Build (Revised)
Comment 4 Philippe Mouawad 2016-11-12 15:23:49 UTC
Date: Sat Nov 12 15:23:20 2016
New Revision: 1769389

URL: http://svn.apache.org/viewvc?rev=1769389&view=rev
Log:
Bug 60364 - Document Test Coverage
Bugzilla Id: 60364

Modified:
    jmeter/trunk/build.properties
    jmeter/trunk/build.xml
    jmeter/trunk/test/src/org/apache/jmeter/JMeterVersionTest.java
    jmeter/trunk/xdocs/changes.xml
Comment 5 Philippe Mouawad 2016-11-12 15:24:08 UTC
Thanks for your contribution.
Commited
Comment 6 Milamber 2016-11-13 12:35:38 UTC

URL: http://svn.apache.org/viewvc?rev=1769480&view=rev
Log:
Display Apache Ant version as informative message

Modified:
    jmeter/trunk/build.xml



URL: http://svn.apache.org/viewvc?rev=1769490&view=rev
Log:
Improve Ant version management. Currently we need at least Ant > 1.9.1
Bugzilla Id: 60364

Modified:
    jmeter/trunk/build.xml
Comment 7 The ASF infrastructure team 2022-09-24 20:38:06 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4171