Nigel Jones

Results 467 comments of Nigel Jones

* Add notes to run manually

Further work done in my 5472 branch - however I'm still getting tricky cert issues which are tricky to resolve without more flexibility in the plugin. Now going to look...

@mandy-chessell I've not yet had a chance to fix up either the maven or gradle build for this. If you want to extract the openapi spec doc, just run the...

I have added an example of capturing code coverage data from gradle at : https://github.com/odpi/egeria/pull/5159 The challenge with a multi module project is aggregating the results. In maven this is...

Recently I tried to add capture of code coverage data in FVTs (maven only) (above). This involved changing the configuration of the agent prep & report to surround the integration...

I have made a change to ensure - unique filenames for UT vs FVT - unique argline variable for surefire vs the server chassis However the problem remains. (see my...

See PR Unable to get valid jacoco reporting (which is needed for sonar) even though jacoco binary file appears correct More detailed analysis and test cases needed in case of...

Attempt using maven attached. However this fails with maven exec plugin issues. At this point I suggest we stick with gradle. Will add patch & then close the associated PR...

Yes - it's a good question. codecov seems most popular on github, but is paid-for (though some capabilities free) - so good question for LF. There is a ci/cd workgroup,...

We should probably target the gradle build for fixing this, on the basis that is where we are moving to