Hello! Unfortunately, I a quite new when it comes to continuous integration.
We have a project with about 55% test coverage; it's not great, but it's something that we are still working on.
Recently, I have tried to integrate our project with sonarcloud (and jacoco) via github actions.
Unfortunately, github seems unable to run our unit tests.
The result is always Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
Given that this is our log:
https://github.com/stargate-rewritten/Stargate-Bukkit/actions/runs/3721461173/jobs/6311631498
Given that this is our pom:
https://github.com/stargate-rewritten/Stargate-Bukkit/blob/ci-fix/pom.xml
And that this is our workflow file:
https://github.com/stargate-rewritten/Stargate-Bukkit/blob/ci-fix/.github/workflows/sonar.yml
Does anyone have any idea what I am doing wrong?