Сan you please guide me on how to reduce the full test coverage threshold in the config file in the repository? I had 33% full coverage in some project, my edits reduced it to 0.2, and I would like to say to codeclimate that this is acceptable
I have my golang repo and .codeclimate.yml in root:
version: "2" # required to adjust maintainability checks
checks:
return-statements:
enabled: false