lcov report vs relative path #17144
Unanswered
adrianovieira
asked this question in
Plugins
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am using
@cypress/code-coverage
andbabel-plugin-istanbul
to create the coverage report (lcov.info
report) and then wee need to send it to sonarqube.The problem is hat paths within this report are always prefixed by something like
../../../../..
.As far as I know Sonar configuration needs to have the source like src/App.js,
What we need on
lcov.info
:from:
to:
What we have to setup for "coverage plugin" in order to have
lcov.info
like that?Beta Was this translation helpful? Give feedback.
All reactions