diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35199c4..710d867 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build: - flutter build apk artifacts: paths: - - /build/app/outputs/apk/release/app-release.apk + - build/app/outputs/flutter-apk/app-release.apk test: stage: build @@ -36,7 +36,8 @@ test: - flutter test --coverage artifacts: paths: - - /coverage/lcov.info + - coverage/lcov.info + coverage: '/\s*lines\.*:\s*([\d\.]+%)/' sonar: stage: analyze