Can a quality gate be setup in PMD? Like a code coverage gate not meeting a certain percentage of code coverage
I want to setup a quality gate that uses the PMD report. It will not allow the code to be promoted if the code coverage is less than 85% or if the code has 1 critical error or 2 high errors. I have not been able to find anything on quality gates for PMD. I found other software that could do the gate part but I was wondering if PMD itself could do this.