mahmoud-ashi

Results 8 comments of mahmoud-ashi

I faced the same issue some time ago. Downgrading to 2.2.18 fixed it. I reached this issue now because once again, I struggled on a new system until I remembered...

You can use something like the following snippet in the test method (note: I did not test this but it should work with minimal to no changes) ``` List expectedMethods...

take a look at this question https://github.com/jenkinsci/JenkinsPipelineUnit/issues/308.

@dblock I actually used your solution from https://github.com/jenkinsci/JenkinsPipelineUnit/issues/103#issuecomment-971588611 and adapted it a bit to handle the issue that @deporcali mentioned. It's a bit "hacky" but works nicely and generates a...

@deporcali take a look at my solution above. Regarding IntelliJ code coverage agent, I tried it some time ago inside the IDE itself and it works as you said however...

Thanks @nre-ableton and @haridsv for the suggestions. I took some time trying what @haridsv suggested and that actually made the tests work now with related to functions that are calling...

@js-timbirkett, can you please give full example of your `build.gradle` script and the command you run to run the tests and collect the coverage? In my case, I have some...