Hi
I have a spring project that is built on java 11 since cobertura maven plugin didn’t work with java 11 then I tried to use jacoco from samples that is for Travis CI my ci/cd is Circleci.
I cant get report by my configuration on .cricleci/cofig.yml and pom.xm.
How should I configure them?
@javaj-r, this looks like an issue with your CircleCI config. You are running the maven/test orb, but you aren’t actually running the build job you wrote here
You can see your CircleCI run doesn’t actually have any of the named steps that you wrote out.