-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
In #8481, jglick you have edited the condition, now lacking test coverage, according to code coverage published on PRs.
Unfortunately, this causes every new PR to contain code coverage checks warnings about the lack of coverage, as seen in #8510 for example, even if the PR is totally unrelated to yours.
Would you mind filing a follow-up PR to silence the warnings, or would you recommend something else?
[JENKINS-72060] JaCoCo reporting warning in Checks about unmodified lines
Summary | Original: Insufficient test coverage for StringIndexOutOfBoundsException in AbstractItem.getUrl | New: JaCoCo reporting warning in Checks about unmodified lines |
Component/s | New: code-coverage-api-plugin [ 23723 ] | |
Component/s | Original: core [ 15593 ] |
Assignee | Original: Jesse Glick [ jglick ] | New: Shenyu Zheng [ cizezsy ] |
I am afraid I am not very familiar with how this repository has configured JaCoCo reporting. Surely this is not the first method in all of Jenkins core to lack test coverage?! And why is the Checks displaying warnings about lines unrelated to a given PR? This seems like a misconfiguration in the reporting plugin, perhaps. Perhaps drulli understands the issue better.