Skip to content

Commit 2967ee6

Browse files
committed
fix(codeowners): Add coverage for markdownTextArea and clean baseline
Add markdownTextArea.tsx to CODEOWNERS under alerts-create-issues team. Remove 25 stale baseline entries that now have coverage. Co-Authored-By: Claude Opus 4.6 <noreply@example.com> Agent transcript: https://claudescope.sentry.dev/share/IEmMGgPQzG-gqDhJXCDBIwF1FKQeP96l2kCHwVMM7zA
1 parent 2d5bf7d commit 2967ee6

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ tests/sentry/api/endpoints/test_organization_attribute_mappings.py @get
445445
# Workflow engine
446446
/src/sentry/workflow_engine/ @getsentry/alerts-create-issues
447447
/tests/sentry/workflow_engine/ @getsentry/alerts-create-issues
448+
/static/app/components/markdownTextArea.tsx @getsentry/alerts-create-issues
448449
/static/app/components/workflowEngine/ @getsentry/alerts-create-issues
449450
/static/app/views/automations/ @getsentry/alerts-create-issues
450451
/static/app/views/detectors/ @getsentry/alerts-create-issues

.github/codeowners-coverage-baseline.txt

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,6 @@ src/sentry/stacktraces/processing.py
253253
src/sentry/status_checks/__init__.py
254254
src/sentry/status_checks/base.py
255255
src/sentry/status_checks/warnings.py
256-
src/sentry/synapse/__init__.py
257-
src/sentry/synapse/endpoints/__init__.py
258-
src/sentry/synapse/endpoints/authentication.py
259-
src/sentry/synapse/endpoints/org_cell_mappings.py
260-
src/sentry/synapse/paginator.py
261256
src/sentry/tagstore/__init__.py
262257
src/sentry/tagstore/base.py
263258
src/sentry/tagstore/exceptions.py
@@ -643,18 +638,6 @@ static/app/components/events/eventTagsAndScreenshot/tags.tsx
643638
static/app/components/events/eventViewHierarchy.spec.tsx
644639
static/app/components/events/eventViewHierarchy.tsx
645640
static/app/components/events/eventXrayDiff.tsx
646-
static/app/components/events/groupingInfo/groupingComponent.tsx
647-
static/app/components/events/groupingInfo/groupingComponentChildren.tsx
648-
static/app/components/events/groupingInfo/groupingComponentFrames.tsx
649-
static/app/components/events/groupingInfo/groupingComponentStacktrace.tsx
650-
static/app/components/events/groupingInfo/groupingInfo.tsx
651-
static/app/components/events/groupingInfo/groupingInfoSection.spec.tsx
652-
static/app/components/events/groupingInfo/groupingInfoSection.tsx
653-
static/app/components/events/groupingInfo/groupingSummary.tsx
654-
static/app/components/events/groupingInfo/groupingVariant.spec.tsx
655-
static/app/components/events/groupingInfo/groupingVariant.tsx
656-
static/app/components/events/groupingInfo/useEventGroupingInfo.tsx
657-
static/app/components/events/groupingInfo/utils.tsx
658641
static/app/components/events/meta/annotatedText/annotatedTextErrors.tsx
659642
static/app/components/events/meta/annotatedText/annotatedTextValue.tsx
660643
static/app/components/events/meta/annotatedText/filteredAnnotatedTextValue.tsx
@@ -789,8 +772,6 @@ static/app/components/list/index.tsx
789772
static/app/components/list/listItem.tsx
790773
static/app/components/list/utils.tsx
791774
static/app/components/listGroup.tsx
792-
static/app/components/loading/loadingContainer.spec.tsx
793-
static/app/components/loading/loadingContainer.tsx
794775
static/app/components/loadingError.stories.tsx
795776
static/app/components/loadingError.tsx
796777
static/app/components/loadingIndicator.stories.tsx
@@ -2258,7 +2239,6 @@ tests/sentry/receivers/outbox/test_control.py
22582239
tests/sentry/receivers/test_analytics.py
22592240
tests/sentry/receivers/test_core.py
22602241
tests/sentry/receivers/test_data_forwarding.py
2261-
tests/sentry/receivers/test_default_detector.py
22622242
tests/sentry/receivers/test_featureadoption.py
22632243
tests/sentry/receivers/test_onboarding.py
22642244
tests/sentry/receivers/test_releases.py
@@ -2357,10 +2337,6 @@ tests/sentry/sudo/test_middleware.py
23572337
tests/sentry/sudo/test_signals.py
23582338
tests/sentry/sudo/test_utils.py
23592339
tests/sentry/sudo/test_views.py
2360-
tests/sentry/synapse/__init__.py
2361-
tests/sentry/synapse/endpoints/__init__.py
2362-
tests/sentry/synapse/endpoints/test_org_cell_mappings.py
2363-
tests/sentry/synapse/test_paginator.py
23642340
tests/sentry/tagstore/__init__.py
23652341
tests/sentry/tagstore/test_types.py
23662342
tests/sentry/tasks/__init__.py
@@ -2535,7 +2511,6 @@ tests/social_auth/test_utils.py
25352511
tests/tools/__init__.py
25362512
tests/tools/test_api_urls_to_typescript.py
25372513
tests/tools/test_bump_action.py
2538-
tests/tools/test_compute_selected_tests.py
25392514
tests/tools/test_flake8_plugin.py
25402515
tests/tools/test_lint_requirements.py
25412516
tests/tools/test_pin_github_action.py

0 commit comments

Comments
 (0)