forked from Arquisoft/dede_es3c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
23 lines (23 loc) · 811 Bytes
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ignore:
- "webapp/e2e/**"
- "webapp/public/**"
- "webapp/loadtestexample/**"
- "webapp/src/test/**"
- "webapp/src/api/**"
- "webapp/src/*.[tsx, ts, css]"
- "webapp/src/styles/**"
- "webapp/src/shared/**"
- "webapp/src/img/**"
- "docs/**"
- "data/**"
- "webapp/src/components/DisplayRelatedProducts.tsx"
- "webapp/src/components/DistributionCenterDisplay.tsx"
- "webapp/src/components/GoToTopButton.tsx"
- "webapp/src/components/HandleAddToCart.tsx"
- "webapp/src/components/HandleRemoveFromCart.tsx"
- "webapp/src/components/LoggedView.tsx"
- "webapp/src/components/LoginSolid.tsx"
- "webapp/src/components/ProductDetailModal.tsx"
- "webapp/src/components/HorizontalSeparator.tsx"
- "webapp/src/components/ItemDetails.tsx"
- "webapp/src/components/RelatedProduct.tsx"