Re: [PR] Add test coverage profile [logging-parent]

2024-03-25 Thread via GitHub
ppkarwasz merged PR #141: URL: https://github.com/apache/logging-parent/pull/141 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr.

Re: [PR] Add test coverage profile [logging-parent]

2024-03-25 Thread via GitHub
vy commented on code in PR #141: URL: https://github.com/apache/logging-parent/pull/141#discussion_r1537393539 ## pom.xml: ## @@ -1659,6 +1667,49 @@ import org.apache.commons.codec.digest.*; + + + + coverage + + + + + +o

Re: [PR] Add test coverage profile [logging-parent]

2024-03-25 Thread via GitHub
vy commented on code in PR #141: URL: https://github.com/apache/logging-parent/pull/141#discussion_r1537393539 ## pom.xml: ## @@ -1659,6 +1667,49 @@ import org.apache.commons.codec.digest.*; + + + + coverage + + + + + +o

[PR] Add test coverage profile [logging-parent]

2024-03-19 Thread via GitHub
ppkarwasz opened a new pull request, #141: URL: https://github.com/apache/logging-parent/pull/141 We add a `coverage` Maven profile that can be used whenever we need test coverage data. **Remark**: Due to the somehow strange order of the `` children, I reordered it alphabetically.