Replies: 2 comments
-
That approach looks interesting... I will take a deeper look into it... Thanks for offering this here... |
Beta Was this translation helpful? Give feedback.
0 replies
-
works for me. thanks for sharing @rakus ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was trying to run itf integration tests with jacoco code coverage.
First I configured the failsafe plugin with the argLine created by the jacoco-maven-plugin:preparte-agent. Similar to code coverage for unit tests. That didn't work.
After a lot of trying around and hacking I finally got it running by manually creating the jacoco javaagent command line and configure it as environment variable
MAVEN_OPTS
in the failsafe plugin.See this commit.
It works, but I classify that as a "hack" and I'm uncomfortable with it.
Any ideas? Did I miss anything?
Ralf
Beta Was this translation helpful? Give feedback.
All reactions