Problem
It would be nice to have ability to set coverage for specific folders.
Fox example I have business logic "core" where I want 100% docs coverage.
And there maybe some folders, which I not considered as important at first, but later I want to increase there coverage
Proposed Solution
Some flag in init and update to have specified coverage for fodlers like:
--folder-coverage "./src/core=1"
Problem
It would be nice to have ability to set coverage for specific folders.
Fox example I have business logic "core" where I want 100% docs coverage.
And there maybe some folders, which I not considered as important at first, but later I want to increase there coverage
Proposed Solution
Some flag in
initandupdateto have specified coverage for fodlers like:--folder-coverage "./src/core=1"