gableroux/flutter
Flutter + Lcov for code Coverage reports!
build for android
docker run --rm \
-v "$(pwd):/src/" \
gableroux/flutter:0.0.14 \
bash -c "cd /src/ && flutter build apk --release"
run the tests
docker run --rm \
-v "$(pwd):/src/" \
gableroux/flutter:0.0.14 \
bash -c "cd /src/ && flutter test --coverage && genhtml coverage/lcov.info --output=coverage"
See gableroux/gitlab_ci_flutter_example
docker pull gableroux/flutter