Branch: refs/heads/dev
Home: https://github.com/jenkinsci/code-coverage-api-plugin
Commit: cf43f48886ac5f725951b6f41cec6e52840e1613
https://github.com/jenkinsci/code-coverage-api-plugin/commit/cf43f48886ac5f725951b6f41cec6e52840e1613
Author: Aliaksei Savanchuk <[email protected]>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
Log Message:
-----------
Fix #150. Remove wars about source files with the same names
The Jacoco fix in 4081720909b brought new code that tries to find the
source file in case other ways didn't work. To do this it creates a
map of file names to look for. And it logs warnings in case of any
duplicates. Becase there may be a lot of them a log would quite apace,
we remove the warnings.
Commit: 8e59834b69fbd8923b991dc00fe7a8d5c1c21a3b
https://github.com/jenkinsci/code-coverage-api-plugin/commit/8e59834b69fbd8923b991dc00fe7a8d5c1c21a3b
Author: Aliaksei <[email protected]>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M
src/main/java/io/jenkins/plugins/coverage/source/DefaultSourceFileResolver.java
Log Message:
-----------
Merge pull request #153 from tempora-mutantur/dev
Fix #150. Remove wars about source files with the same names
Compare:
https://github.com/jenkinsci/code-coverage-api-plugin/compare/c421ec9ce916...8e59834b69fb
--
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/dev/c421ec-8e5983%40github.com.