Skip to content

Commit 04ab074

Browse files
authored
Update patterns to avoid triggering testing (#8419)
* Update patterns to avoid triggering testing * Update code_coverage_file_list.json
1 parent d23e922 commit 04ab074

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

scripts/code_coverage_report/code_coverage_file_list.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
{
33
"sdk": "abtesting",
44
"filePatterns": [
5-
"FirebaseABTesting.*",
5+
"^FirebaseABTesting.*",
66
"Interop/Analytics/Public/[^/]+\\.h",
77
"\\.github/workflows/abtesting\\.yml"
88
]
99
},
1010
{
1111
"sdk": "auth",
1212
"filePatterns": [
13-
"FirebaseAuth.*",
13+
"^FirebaseAuth.*",
1414
"Interop/Auth/Public/[^/]+\\.h",
1515
"\\.github/workflows/auth\\.yml"
1616
]
1717
},
1818
{
1919
"sdk": "database",
2020
"filePatterns": [
21-
"FirebaseDatabase.*",
21+
"^FirebaseDatabase.*",
2222
"\\.github/workflows/database\\.yml",
2323
"Example/Database/",
2424
"Interop/Auth/Public/[^/]+\\.h"
@@ -27,15 +27,15 @@
2727
{
2828
"sdk": "dynamiclinks",
2929
"filePatterns": [
30-
"FirebaseDynamicLinks.*",
30+
"^FirebaseDynamicLinks.*",
3131
"\\.github/workflows/dynamiclinks\\.yml",
3232
"Interop/Analytics/Public/[^/]+\\.h"
3333
]
3434
},
3535
{
3636
"sdk": "firestore",
3737
"filePatterns": [
38-
"Firestore/.*",
38+
"^Firestore/.*",
3939
"Interop/Auth/Public/[^/]+\\.h",
4040
"FirebaseCore/Sources/Private",
4141
"FirebaseCore/Sources/Public",
@@ -48,7 +48,7 @@
4848
{
4949
"sdk": "functions",
5050
"filePatterns": [
51-
"Functions.*",
51+
"^Functions.*",
5252
"\\.github/workflows/functions\\.yml",
5353
"Interop/Auth/Public/.*\\.h",
5454
"FirebaseMessaging/Sources/Interop/[^/]+\\.h"
@@ -57,15 +57,15 @@
5757
{
5858
"sdk": "inappmessaging",
5959
"filePatterns": [
60-
"FirebaseInAppMessaging.*",
60+
"^FirebaseInAppMessaging.*",
6161
"Interop/Analytics/Public/[^/]+\\.h",
6262
"\\.github/workflows/inappmessaging\\.yml"
6363
]
6464
},
6565
{
6666
"sdk": "messaging",
6767
"filePatterns": [
68-
"FirebaseMessaging/.*",
68+
"^FirebaseMessaging/.*",
6969
"Interop/Analytics/Public/[^/]+\\.h",
7070
"FirebaseMessaging\\.podspec",
7171
"\\.github/workflows/messaging\\.yml"
@@ -74,15 +74,15 @@
7474
{
7575
"sdk": "performance",
7676
"filePatterns": [
77-
"FirebasePerformance/.*",
77+
"^FirebasePerformance/.*",
7878
"FirebasePerformance\\.podspec",
7979
"\\.github/workflows/performance\\.yml"
8080
]
8181
},
8282
{
8383
"sdk": "remoteconfig",
8484
"filePatterns": [
85-
"FirebaseRemoteConfig.*",
85+
"^FirebaseRemoteConfig.*",
8686
"Interop/Analytics/Public/[^/]+\\.h",
8787
"\\.github/workflows/remoteconfig\\.yml",
8888
"scripts/generate_access_token\\.sh"
@@ -91,7 +91,7 @@
9191
{
9292
"sdk": "storage",
9393
"filePatterns": [
94-
"FirebaseStorage.*",
94+
"^FirebaseStorage.*",
9595
"Interop/Auth/Public/[^/]+\\.h",
9696
"\\.github/workflows/storage\\.yml"
9797
]

0 commit comments

Comments
 (0)