You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to config mapping path in qodana coverage directory?, i'm using qodana-cli to integrate my pipeline using qodana and scanning new codes, i have specific path jacoco report using qodana-jvm. But when check the dashboard still got code coverage not set.
This is qodana-cli i have used.
qodana scan --source-directory services --diff-start=first head_commit --diff-end=last_commit --coverage-dir=./build/reports/jacoco/test
and this is qodana.yaml for config
linter: jetbrains/qodana-jvm:2024.1
projectJDK: 11
profile:
name: qodana.recommended.full
exclude:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How to config mapping path in qodana coverage directory?, i'm using qodana-cli to integrate my pipeline using qodana and scanning new codes, i have specific path jacoco report using qodana-jvm. But when check the dashboard still got code coverage not set.
This is qodana-cli i have used.
qodana scan --source-directory services --diff-start=first head_commit --diff-end=last_commit --coverage-dir=./build/reports/jacoco/test
and this is qodana.yaml for config
linter: jetbrains/qodana-jvm:2024.1
projectJDK: 11
profile:
name: qodana.recommended.full
exclude:
paths:
include:
Can i got the insight for solved this debug?
Thankyou
Beta Was this translation helpful? Give feedback.
All reactions