-
Nemanja Glumac authored
* Fix the comment * Update the threshold for the front-end
Nemanja Glumac authored* Fix the comment * Update the threshold for the front-end
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
codecov.yml 711 B
codecov:
bot: "codecov-io"
require_ci_to_pass: false
coverage:
status:
project:
back-end:
# Project must always have at least the target amount coverage (by line)
target: 85%
# Whole-project test coverage is allowed to drop up to 5%. (For situtations where we delete code with full coverage)
threshold: 5%
flags:
- back-end
front-end:
target: 60%
threshold: 5%
flags:
- front-end
patch: off
flags:
back-end:
paths:
- enterprise/backend
- src/metabase
carryforward: true
front-end:
paths:
- enterprise/frontend/src
- frontend/src
carryforward: true