Skip to content

Commit

Permalink
feat: adds flutter coverage tool (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 authored Aug 1, 2024
1 parent 2f2c935 commit 8d3b43a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions earthly/flutter/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ flutter-base:
RUN dart pub global activate melos
RUN dart pub global activate junitreport
RUN dart pub global activate coverage
RUN dart pub global activate combine_coverage

# flutter-base-all-hosts installs required tools and packages for all hosts.
flutter-base-all-hosts:
Expand Down Expand Up @@ -144,6 +145,7 @@ UNIT_TESTS:
IF [ -f melos.yaml ]
RUN echo "Running unit tests with melos."
RUN melos run test-report

WAIT
SAVE ARTIFACT test_reports AS LOCAL test_reports
SAVE ARTIFACT coverage AS LOCAL coverage
Expand Down

0 comments on commit 8d3b43a

Please sign in to comment.