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

Android pull_request_verification

paulomeurerzup edited this page Dec 23, 2020 · 2 revisions

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

  • Static code analysis looking for possible standardization errors, this ensures that the code is always well written and that everyone on the team uses the same programming style;
  • Compiles two modules of the project: sample and automatedTest;
  • Generate test coverage reports;
  • Execute run_codecov lane.