Branch: refs/heads/master
Home: https://github.com/jenkinsci/jacoco-plugin
Commit: fa707103b2889d660d2be278bbe55bc7fc95c915
https://github.com/jenkinsci/jacoco-plugin/commit/fa707103b2889d660d2be278bbe55bc7fc95c915
Author: Marcus Bauer <[email protected]>
Date: 2013-09-10 (Tue, 10 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/report/SourceAnnotator.java
Log Message:
-----------
[JENKINS-19526] Branch Coverage Information
Instead of coverage based on the instruction counter, the displayed
partial and full coverage is based solely on branch information per
line of code. Lines are colored in green (full coverage), yellow
(partly covered) or red (not covered) for where coverage information
is available. Lines without coverage information are not formatted
any differently from the previous version.
Code with branch information is prefixed with a • and has a mouse-over
to display either "All X branches covered", "All X branches missed" or
"X of Y branches missed" for full, none and partial coverage
respectively.
Commit: acdd801b9b5c107f0e09275bf62d2b15b150fc80
https://github.com/jenkinsci/jacoco-plugin/commit/acdd801b9b5c107f0e09275bf62d2b15b150fc80
Author: Marcus Bauer <[email protected]>
Date: 2013-09-11 (Wed, 11 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoBuildAction.java
M src/main/java/hudson/plugins/jacoco/JacocoProjectAction.java
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
Log Message:
-----------
[JENKINS-19539] Do not (try to) generate coverage information if build was
aborted
Commit: 571045f9f4a2eaabc83ee4009352f77bc0de05d9
https://github.com/jenkinsci/jacoco-plugin/commit/571045f9f4a2eaabc83ee4009352f77bc0de05d9
Author: Marcus Bauer <[email protected]>
Date: 2013-09-16 (Mon, 16 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/model/Coverage.java
M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
Log Message:
-----------
[JENKINS-17027] Red/green ratio is wrong
This issue is adressed by taking the total number of lines, etc. into account
-- instead of only the covered or missing items (depends on whether you have
50% coverage or more)
Commit: 60b6d9a110fd167a6f91d3f9224644f899d569f4
https://github.com/jenkinsci/jacoco-plugin/commit/60b6d9a110fd167a6f91d3f9224644f899d569f4
Author: Marcus Bauer <[email protected]>
Date: 2013-09-16 (Mon, 16 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/report/CoverageReport.java
Log Message:
-----------
Fixed overview too.
Commit: e57b7266170f080d9bce371147363557e0fe23e7
https://github.com/jenkinsci/jacoco-plugin/commit/e57b7266170f080d9bce371147363557e0fe23e7
Author: ognjenb <[email protected]>
Date: 2013-09-16 (Mon, 16 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/report/SourceAnnotator.java
Log Message:
-----------
Merge pull request #27 from mabako/branch-coverage
[JENKINS-19526] Branch Coverage Information
Commit: 3a9f2f3d8483726f9a4d82621f8e6820e2dad6b3
https://github.com/jenkinsci/jacoco-plugin/commit/3a9f2f3d8483726f9a4d82621f8e6820e2dad6b3
Author: ognjenb <[email protected]>
Date: 2013-09-16 (Mon, 16 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoBuildAction.java
M src/main/java/hudson/plugins/jacoco/JacocoProjectAction.java
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
Log Message:
-----------
Merge pull request #28 from mabako/cancel-aborted-builds
[JENKINS-19539] Generate no coverage for aborted builds
Commit: 61acefed91c2b72142dbb439d8a6efe79110c0cd
https://github.com/jenkinsci/jacoco-plugin/commit/61acefed91c2b72142dbb439d8a6efe79110c0cd
Author: Marcus Bauer <[email protected]>
Date: 2013-09-19 (Thu, 19 Sep 2013)
Changed paths:
M
src/main/java/hudson/plugins/jacoco/portlet/bean/JacocoCoverageResultSummary.java
Log Message:
-----------
[JENKINS-19661] Inconsistent complexity score on the dashboard portlet
Complexity score is now the mean.
Commit: 3eb753f793bb97fcfa1c44253f0acaf2c0ddfe29
https://github.com/jenkinsci/jacoco-plugin/commit/3eb753f793bb97fcfa1c44253f0acaf2c0ddfe29
Author: Marcus Bauer <[email protected]>
Date: 2013-09-19 (Thu, 19 Sep 2013)
Changed paths:
M
src/main/resources/hudson/plugins/jacoco/portlet/grid/JacocoBuilderGrid/portlet.jelly
Log Message:
-----------
[JENKINS-19662] Removed (always-empty) block coverage column from the
dashboard portlet.
Commit: 6fce428c4d0f8d075400df1007c92009e06c5fd6
https://github.com/jenkinsci/jacoco-plugin/commit/6fce428c4d0f8d075400df1007c92009e06c5fd6
Author: Marcus Bauer <[email protected]>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/report/CoverageReport.java
M src/main/resources/hudson/plugins/jacoco/tags/breakdownMethodsTable.jelly
Log Message:
-----------
[JENKINS-19789] Method parameters in the class summary table
Commit: 5e1064871d43324d7ed35cd69e77707a6616d071
https://github.com/jenkinsci/jacoco-plugin/commit/5e1064871d43324d7ed35cd69e77707a6616d071
Author: Marcus Bauer <[email protected]>
Date: 2013-09-27 (Fri, 27 Sep 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/report/MethodReport.java
Log Message:
-----------
No completely blank class column for method coverage
Commit: 03bae7894d9b2a0c93c07a831534a39a7c84fb89
https://github.com/jenkinsci/jacoco-plugin/commit/03bae7894d9b2a0c93c07a831534a39a7c84fb89
Author: ognjenb <[email protected]>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/model/Coverage.java
M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
M src/main/java/hudson/plugins/jacoco/report/CoverageReport.java
Log Message:
-----------
Merge pull request #30 from mabako/ratio
[JENKINS-17027] Red/green ratio is wrong
Commit: 98570302f54a1d869878c9d5083de4de88eddb6a
https://github.com/jenkinsci/jacoco-plugin/commit/98570302f54a1d869878c9d5083de4de88eddb6a
Author: ognjenb <[email protected]>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M
src/main/java/hudson/plugins/jacoco/portlet/bean/JacocoCoverageResultSummary.java
Log Message:
-----------
Merge pull request #31 from mabako/complexity
[JENKINS-19661] Inconsistent complexity score on the dashboard portlet
Commit: 2e4186cc9638be1e610616867e4844b785cc91e5
https://github.com/jenkinsci/jacoco-plugin/commit/2e4186cc9638be1e610616867e4844b785cc91e5
Author: ognjenb <[email protected]>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M
src/main/resources/hudson/plugins/jacoco/portlet/grid/JacocoBuilderGrid/portlet.jelly
Log Message:
-----------
Merge pull request #32 from mabako/old-column
[JENKINS-19662] Removed (always-empty) block coverage column from the dashboard
portlet.
Commit: d283469943f562cbf85ccf12b5986bf7aff5de21
https://github.com/jenkinsci/jacoco-plugin/commit/d283469943f562cbf85ccf12b5986bf7aff5de21
Author: ognjenb <[email protected]>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/report/CoverageReport.java
M src/main/java/hudson/plugins/jacoco/report/MethodReport.java
M src/main/resources/hudson/plugins/jacoco/tags/breakdownMethodsTable.jelly
Log Message:
-----------
Merge pull request #34 from mabako/summary-table-params
[JENKINS-19789] Method parameters in the class summary table
Commit: 9f76da1e60fcc20d3eb857b557b273195faac01e
https://github.com/jenkinsci/jacoco-plugin/commit/9f76da1e60fcc20d3eb857b557b273195faac01e
Author: Marcus Bauer <[email protected]>
Date: 2013-11-08 (Fri, 08 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
M src/main/webapp/css/style.css
Log Message:
-----------
minor styling adjustments for the coverage tables
Commit: 49fd14dc777108427731b80ba4bae85e5557eb07
https://github.com/jenkinsci/jacoco-plugin/commit/49fd14dc777108427731b80ba4bae85e5557eb07
Author: ognjenb <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release jacoco-1.0.14
Commit: fc1c5b417b1814bf0a060c91b3759886304662e5
https://github.com/jenkinsci/jacoco-plugin/commit/fc1c5b417b1814bf0a060c91b3759886304662e5
Author: ognjenb <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 11160032c330e4ba40fbb376a5e7e2cb1e4a4ecd
https://github.com/jenkinsci/jacoco-plugin/commit/11160032c330e4ba40fbb376a5e7e2cb1e4a4ecd
Author: Dominik Stadler <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M pom.xml
Log Message:
-----------
Update to latest JaCoCo 0.6.3
Commit: 14b36f2987b92c684041e67802bf740a83d088d1
https://github.com/jenkinsci/jacoco-plugin/commit/14b36f2987b92c684041e67802bf740a83d088d1
Author: Dominik Stadler <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoBuildAction.java
M src/main/java/hudson/plugins/jacoco/JacocoHealthReportThresholds.java
M src/main/java/hudson/plugins/jacoco/model/Coverage.java
M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
M src/main/java/hudson/plugins/jacoco/model/ModuleInfo.java
M src/main/java/hudson/plugins/jacoco/report/AbstractReport.java
M src/main/java/hudson/plugins/jacoco/report/AggregatedReport.java
M src/main/java/hudson/plugins/jacoco/report/MethodReport.java
M src/main/java/hudson/plugins/jacoco/report/PackageReport.java
M src/main/java/hudson/plugins/jacoco/report/ReportFactory.java
M src/main/java/hudson/plugins/jacoco/report/SourceFileReport.java
M
src/main/java/hudson/plugins/jacoco/rules/LineCoveragePerSourceFileRule.java
M src/test/java/hudson/plugins/jacoco/CoverageReportTest.java
M src/test/java/hudson/plugins/jacoco/JacocoBuildActionTest.java
M src/test/java/hudson/plugins/jacoco/JacocoConfigSubmitTest.java
M src/test/java/hudson/plugins/jacoco/JacocoPublisherTest.java
M src/test/java/hudson/plugins/jacoco/model/CoverageObjectTest.java
M src/test/java/hudson/plugins/jacoco/portlet/JacocoLoadDataHudsonTest.java
Log Message:
-----------
Let Eclipse clean up code somewhat, @Overrides, imports, ...
Commit: e302c839710d5681570335a51f5fb8f3b6f02fdd
https://github.com/jenkinsci/jacoco-plugin/commit/e302c839710d5681570335a51f5fb8f3b6f02fdd
Author: Dominik Stadler <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M src/main/java/hudson/plugins/jacoco/JacocoBuildAction.java
M src/main/java/hudson/plugins/jacoco/JacocoProjectAction.java
M src/main/java/hudson/plugins/jacoco/JacocoPublisher.java
M src/main/java/hudson/plugins/jacoco/model/CoverageObject.java
M src/main/java/hudson/plugins/jacoco/model/ModuleInfo.java
M src/main/java/hudson/plugins/jacoco/report/ClassReport.java
M src/main/java/hudson/plugins/jacoco/report/CoverageReport.java
M src/main/java/hudson/plugins/jacoco/report/MethodReport.java
M src/main/java/hudson/plugins/jacoco/report/PackageReport.java
M src/main/java/hudson/plugins/jacoco/report/ReportFactory.java
M src/main/java/hudson/plugins/jacoco/report/SourceFileReport.java
M
src/main/java/hudson/plugins/jacoco/rules/LineCoveragePerSourceFileRule.java
M src/test/java/hudson/plugins/jacococoveragecolumn/JaCoCoColumnTest.java
Log Message:
-----------
Comment out some unused members
Commit: 1dae7270411f3ed2cab1e4107284280b85ae8f8f
https://github.com/jenkinsci/jacoco-plugin/commit/1dae7270411f3ed2cab1e4107284280b85ae8f8f
Author: Dominik Stadler <[email protected]>
Date: 2013-11-09 (Sat, 09 Nov 2013)
Changed paths:
M src/test/java/hudson/plugins/jacoco/CoverageReportTest.java
M src/test/java/hudson/plugins/jacoco/JacocoConfigSubmitTest.java
M src/test/java/hudson/plugins/jacoco/JacocoPublisherTest.java
Log Message:
-----------
Try to enable some commented tests, but none was easily done, add some minor
changes done while trying
Compare:
https://github.com/jenkinsci/jacoco-plugin/compare/62b24aa50560...1dae7270411f
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.