Newer
Older
codecov:
bot: "codecov-io"
require_ci_to_pass: no
coverage:
Cam Saul
committed
status:
project:
# Project must always have at least 78% coverage (by line)
target: 78%
Cam Saul
committed
# 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:
threshold: 5%
flags:
- front-end
flags:
back-end:
paths:
- enterprise/backend
- shared/src
- src/metabase
front-end:
paths:
- enterprise/frontend
- frontend
carryforward: true