Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Flutter pull_request_verification

paulomeurerzup edited this page Dec 28, 2020 · 2 revisions

This lane will be executed when our workflow flutter-pr is triggered. It does the following actions:

  • Execute tests by running fastlane/flutter/tests.sh file
  • Execute run_codecov fastlane lane to generate code coverage report;
  • Do static code analysis by running flutter analyze command