Need to increase coverage with configurations

Hi, I need help in getting my code coverage to 100% by making configurations such that if a threshold of 70% is reached…it should put out 100%, is it possible

Whats the question? Isn’t it just a value you provide in your pipeline?

Primary aim is to display test code coverage as 100%, even if it is 70% or any other acceptable threshold…how to make that happen

Looks like get your codebase to generate coverage reports, then import them via https://plugins.jenkins.io/code-coverage-api/#user-content-pipeline-example

Related but also useful utility is https://plugins.jenkins.io/warnings-ng/