Skip to content

Commit

Permalink
Update patterns to avoid triggering testing (#8419)
Browse files Browse the repository at this point in the history
* Update patterns to avoid triggering testing

* Update code_coverage_file_list.json
  • Loading branch information
granluo authored Jul 20, 2021
1 parent d23e922 commit 04ab074
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions scripts/code_coverage_report/code_coverage_file_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
{
"sdk": "abtesting",
"filePatterns": [
"FirebaseABTesting.*",
"^FirebaseABTesting.*",
"Interop/Analytics/Public/[^/]+\\.h",
"\\.github/workflows/abtesting\\.yml"
]
},
{
"sdk": "auth",
"filePatterns": [
"FirebaseAuth.*",
"^FirebaseAuth.*",
"Interop/Auth/Public/[^/]+\\.h",
"\\.github/workflows/auth\\.yml"
]
},
{
"sdk": "database",
"filePatterns": [
"FirebaseDatabase.*",
"^FirebaseDatabase.*",
"\\.github/workflows/database\\.yml",
"Example/Database/",
"Interop/Auth/Public/[^/]+\\.h"
Expand All @@ -27,15 +27,15 @@
{
"sdk": "dynamiclinks",
"filePatterns": [
"FirebaseDynamicLinks.*",
"^FirebaseDynamicLinks.*",
"\\.github/workflows/dynamiclinks\\.yml",
"Interop/Analytics/Public/[^/]+\\.h"
]
},
{
"sdk": "firestore",
"filePatterns": [
"Firestore/.*",
"^Firestore/.*",
"Interop/Auth/Public/[^/]+\\.h",
"FirebaseCore/Sources/Private",
"FirebaseCore/Sources/Public",
Expand All @@ -48,7 +48,7 @@
{
"sdk": "functions",
"filePatterns": [
"Functions.*",
"^Functions.*",
"\\.github/workflows/functions\\.yml",
"Interop/Auth/Public/.*\\.h",
"FirebaseMessaging/Sources/Interop/[^/]+\\.h"
Expand All @@ -57,15 +57,15 @@
{
"sdk": "inappmessaging",
"filePatterns": [
"FirebaseInAppMessaging.*",
"^FirebaseInAppMessaging.*",
"Interop/Analytics/Public/[^/]+\\.h",
"\\.github/workflows/inappmessaging\\.yml"
]
},
{
"sdk": "messaging",
"filePatterns": [
"FirebaseMessaging/.*",
"^FirebaseMessaging/.*",
"Interop/Analytics/Public/[^/]+\\.h",
"FirebaseMessaging\\.podspec",
"\\.github/workflows/messaging\\.yml"
Expand All @@ -74,15 +74,15 @@
{
"sdk": "performance",
"filePatterns": [
"FirebasePerformance/.*",
"^FirebasePerformance/.*",
"FirebasePerformance\\.podspec",
"\\.github/workflows/performance\\.yml"
]
},
{
"sdk": "remoteconfig",
"filePatterns": [
"FirebaseRemoteConfig.*",
"^FirebaseRemoteConfig.*",
"Interop/Analytics/Public/[^/]+\\.h",
"\\.github/workflows/remoteconfig\\.yml",
"scripts/generate_access_token\\.sh"
Expand All @@ -91,7 +91,7 @@
{
"sdk": "storage",
"filePatterns": [
"FirebaseStorage.*",
"^FirebaseStorage.*",
"Interop/Auth/Public/[^/]+\\.h",
"\\.github/workflows/storage\\.yml"
]
Expand Down

0 comments on commit 04ab074

Please sign in to comment.