Skip to content

Commit 219c101

Browse files
committed
One more allow-warnings
1 parent cee6068 commit 219c101

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/health_metrics/pod_test_code_coverage_report.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ if [ $SDK == "FirebasePerformance" ]; then
6060
elif [ $SDK == "FirebaseFirestore" ]; then
6161
scripts/install_prereqs.sh Firestore ${PLATFORM} xcodebuild
6262
scripts/third_party/travis/retry.sh scripts/build.sh Firestore ${PLATFORM} xcodebuild
63+
elif [ $SDK == "FirebaseDynamicLinks" ]; then
64+
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb "${SDK}".podspec --verbose --allow-warnings --platforms="$(tr '[:upper:]' '[:lower:]'<<<${PLATFORM})" --test-specs="${TEST_SPEC}"
6365
else
6466
# Run unit tests of pods and put xcresult bundles into OUTPUT_PATH, which
6567
# should be a targeted dir of actions/upload-artifact in workflows.

0 commit comments

Comments
 (0)