terraform-compliance / cli

a lightweight, security focused, BDD test framework against terraform.
https://terraform-compliance.com
MIT License
1.35k stars 152 forks source link

--coverage flag with docker #680

Open RolfMoleman opened 1 year ago

RolfMoleman commented 1 year ago

Hi, we're wishing to make use of tour docket image via Azure DevOps pipelines. However, when testing the --coverage flag it stated that radish-bdd[coverage] needs to be installed via pip. Should this not be shipped with the image or a coverage flavour of the image?

joanayma commented 6 months ago

I tried local install pip install radish-bdd[coverage] and then pass the --with-coverage and --cover-html=output but radish seems to not understand it and I get coverage for all my installed python modules.

I think coverage report has never tested?