Recently I migrate from 3 different repos to one monorepo and setup folowing .codecov.yml
adding flags
option. However, Codecov seems to ignore it and keeps reporting that no flags where provided.
coverage:
status:
project: no
patch: yes
changes: no
comment:
require_changes: yes
flags:
frontend:
paths:
- frontend/
backend:
paths:
- backend/
mobile:
paths:
- mobile/
Any ideas what else I should add to enable them?