Branch: refs/heads/package-split
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.
--
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/package-split/000000-6a7730%40github.com.