12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- coverage:
- status:
- project:
- default: false
- patch:
- default: false
- frontend:
-
- only_pulls: true
- informational: false
- target: 60%
- flags:
- - frontend
- backend:
-
- only_pulls: true
- informational: false
- target: 90%
- flags:
- - backend
- ignore:
- - src/*/migrations/
- - src/bitfield/
- - src/sentry/debug/
- - src/sentry/lint/
- - src/sentry/runner/
- - src/social_auth/
- - static/app/routes.tsx
- - tests/
- component_management:
- individual_components:
-
- - component_id: "profiling_views"
- name: "Profiling Views"
- paths:
- - "static/app/views/profiling/**"
- - component_id: "profiling_components"
- name: "Profiling Components"
- paths:
- - "src/sentry/static/sentry/app/components/profiling/**"
- - component_id: "profiling_utils"
- name: "Profiling Utils"
- paths:
- - "src/sentry/static/sentry/app/utils/profiling/**"
- flags:
- frontend:
- paths:
- - "static/app/"
- carryforward: true
-
-
- after_n_builds: 4
- backend:
- paths:
- - "src/sentry/**/*.py"
- carryforward: true
-
- after_n_builds: 18
- comment:
-
-
- after_n_builds: 20
- layout: "diff, files"
-
- behavior: default
-
-
-
- require_changes: true
- require_base: true
- require_head: true
|