This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
[Proposal] Fix bug for instead of overwrite, we should aggregate multiple coverage file coverage line contains same class #353
Open
Description
we notice that for different test package we could have same class information for coverage with different line hit. For src/main/java/com/uber/jenkins/phabricator/coverage/XmlCoverageProvider.java
computeLineCoverage
method we shouldn't directly do lineCoverage.put(entry.getKey(), sortedCounts);
Metadata
Metadata
Assignees
Labels
No labels