-
Notifications
You must be signed in to change notification settings - Fork 25
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
could you add ability produce a coverage report in cobertura format #39
Comments
Thanks for the idea @cedric-orange! It does indeed something worth adding in the future! |
Is there any plans for this to be looked into/implemented soon ? would be really useful for pipelines in ADO |
Cobertura reports generation can be found here: https://github.com/nedbat/coveragepy/blob/master/coverage/xmlreport.py#L30 I wonder why dbt-coverage is not also a plugin for coverage.py ? |
@Cquad unfortunately I am afraid @JackWolverson we do not really have a timeline here but we'd certainly be very enthusiastic about any PRs that would add this sort of functionality 🙂 |
To be able to retrieve dbt-coverage output in gitlab, a cobertura format is needed.
See: https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report
Could you add a command line argument to choose output format ? (json or xml-cobertura)
The text was updated successfully, but these errors were encountered: