Dear all, for javascript/ts scanning we use container version of scanner-cli in our pipeline. We have two problems:
- Test coverage will be recognised as 0 as I understand it is missing results of tests. We have angular project - which artifacts are required?
- We want to fail pipeline if analysis fails on QGs. I have not found any parameter for this in cli documentation. In gradle we use sonar.qualitygate.wait parameter. Is there analogue in cli?
Many thanks in advance.