Skip to content

Commit

Permalink
One more allow-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed May 20, 2024
1 parent cee6068 commit 219c101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/health_metrics/pod_test_code_coverage_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ if [ $SDK == "FirebasePerformance" ]; then
elif [ $SDK == "FirebaseFirestore" ]; then
scripts/install_prereqs.sh Firestore ${PLATFORM} xcodebuild
scripts/third_party/travis/retry.sh scripts/build.sh Firestore ${PLATFORM} xcodebuild
elif [ $SDK == "FirebaseDynamicLinks" ]; then
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}"
else
# Run unit tests of pods and put xcresult bundles into OUTPUT_PATH, which
# should be a targeted dir of actions/upload-artifact in workflows.
Expand Down

0 comments on commit 219c101

Please sign in to comment.