Browse Source

feat(codecov): profiling team components (#43384)

This time validated with
```
curl -X POST --data-binary @codecov.yml https://codecov.io/validate
Valid!
```
Jonas 2 years ago
parent
commit
fd2313a851
1 changed files with 16 additions and 0 deletions
  1. 16 0
      codecov.yml

+ 16 - 0
codecov.yml

@@ -27,6 +27,22 @@ coverage:
   - static/app/routes.tsx
   - tests/
 
+component_management:
+    individual_components:
+      # Profiling team 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: