Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonar code coverage are not generated #704

Closed
clemens-tolboom opened this issue Mar 14, 2024 · 2 comments · Fixed by #705 · May be fixed by #695
Closed

Sonar code coverage are not generated #704

clemens-tolboom opened this issue Mar 14, 2024 · 2 comments · Fixed by #705 · May be fixed by #695
Labels
bug 🐛 Something isn't working CICD documentation 📃 Improvements or additions to documentation priority

Comments

@clemens-tolboom
Copy link
Collaborator

How to Reproduce

Expected behavior

  • Coverage should have a non zero percentage
  • Quality gate should not fail

Observed behavior

  • Coverage: 0%
  • Quality gate: failed
@clemens-tolboom clemens-tolboom added bug 🐛 Something isn't working documentation 📃 Improvements or additions to documentation CICD labels Mar 14, 2024
This was linked to pull requests Mar 14, 2024
@clemens-tolboom clemens-tolboom removed a link to a pull request Mar 14, 2024
@clemens-tolboom
Copy link
Collaborator Author

PR #695 seems not to fix anything ... checking the CICD logs shows

Task :jacocoTestReport SKIPPED

Trying to run locally

./gradlew :jacocoTestReport
# Does nothing

and

./gradlew jacocoTestReport
# runs test

ends with

...
RExecutorServiceImplTest > testLoadResource() PASSED
#
BUILD SUCCESSFUL in 36s

@marikaris
Copy link
Collaborator

Fixed in #734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working CICD documentation 📃 Improvements or additions to documentation priority
Projects
None yet
3 participants