Instabug-Flutter icon indicating copy to clipboard operation
Instabug-Flutter copied to clipboard

Improve CI

Open TheBuggedYRN opened this issue 2 years ago • 1 comments

Summary of Changes

  • Rename jobs to the following format <action>_<platform>.
  • Extract danger to a separate job.
  • Extract lint_flutter to a separate job.
  • Check for format in lint_flutter job.
  • Use Android Orb for test_android job.
  • Clone Escape via SSH.

Checklist

  • [ ] In addition to adding the new API to Dart, I have also added its implementation to both iOS and Android.
  • [ ] I have added at least 1 unit test in Dart for the new API and made sure the tests pass locally.
  • [ ] I have updated README.md to add the new API.

TheBuggedYRN avatar Mar 13 '22 14:03 TheBuggedYRN

Codecov Report

Merging #226 (3a3cfd9) into master (be7d9b3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #226   +/-   ##
=======================================
  Coverage   72.55%   72.55%           
=======================================
  Files          16       16           
  Lines         470      470           
=======================================
  Hits          341      341           
  Misses        129      129           

Help us with your feedback. Take ten seconds to tell us how you rate us.

codecov[bot] avatar Mar 13 '22 14:03 codecov[bot]

Will be done in multiple separate PRs

TheBuggedYRN avatar Nov 03 '22 07:11 TheBuggedYRN