assertj-assertions-generator icon indicating copy to clipboard operation
assertj-assertions-generator copied to clipboard

Use CodeCov instead of SonarQube in CI

Open szatyinadam opened this issue 4 years ago • 1 comments

This PR is trying to fix #140 .

I've changed the CI process to use CodeCov code analysis instead of SonarQube.

Changed the Java setup to matrix as well, so we will be able to easily add 11 to the matrix, when to project can be compiled with Java 11 (I think we should add javax.annotation as a dependency and resolve some ClassLoader issues to make this happen).

I leave my test CodeCov account URL in the README.md's badge URL, but this should be changed to the correct URL before merge (this is the reason this PR is is Draft stage, please respond with the URL generated on the project's CodeCov account).

szatyinadam avatar Apr 03 '21 09:04 szatyinadam

@joel-costigliola can You take a look on this PR? Should I change something or do you have any idea or step that should be included in the pipeline?

szatyinadam avatar Apr 14 '21 06:04 szatyinadam