test coverage should be calculated on the CI. CI build should fail if the coverage falls below certain level, that is configurable in the pull-request.yaml file. we can gradually increase the coverage limit as we go.
It would be also nice to compare test coverage of the pull request with the coverage on main branch and if it is lower, then the PR should fail
test coverage should be calculated on the CI. CI build should fail if the coverage falls below certain level, that is configurable in the
pull-request.yamlfile. we can gradually increase the coverage limit as we go.It would be also nice to compare test coverage of the pull request with the coverage on
mainbranch and if it is lower, then the PR should fail