Branch: refs/heads/master
Home: https://github.com/jenkinsci/code-coverage-api-plugin
Commit: 6a7730e581bc39d3707f86323ad9763d266fc386
https://github.com/jenkinsci/code-coverage-api-plugin/commit/6a7730e581bc39d3707f86323ad9763d266fc386
Author: Ulli Hafner <[email protected]>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M src/main/java/io/jenkins/plugins/coverage/model/CoverageNode.java
M src/test/java/io/jenkins/plugins/coverage/model/CoverageNodeTest.java
Log Message:
-----------
Fix `splitPackages` for some corner cases.
- If the package name contains a single dot, then splitting broke with an
exception.
- If the module node does not contain packages, then the next sub nodes have
been split.
- If the package name does not contain dots, then the package was deleted.
Commit: b8344a514acf44b1a27f2bd54e26bba468707367
https://github.com/jenkinsci/code-coverage-api-plugin/commit/b8344a514acf44b1a27f2bd54e26bba468707367
Author: Ullrich Hafner <[email protected]>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M src/main/java/io/jenkins/plugins/coverage/model/CoverageNode.java
M src/test/java/io/jenkins/plugins/coverage/model/CoverageNodeTest.java
Log Message:
-----------
Merge pull request #224 from jenkinsci/package-split
Fix `splitPackages` for some corner cases
Compare:
https://github.com/jenkinsci/code-coverage-api-plugin/compare/942ca187f985...b8344a514acf
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/code-coverage-api-plugin/push/refs/heads/master/942ca1-b8344a%40github.com.