Jörg Vierling 2023-06-25 15:18:42 +02:00
commit f9288793ff
1 changed files with 3 additions and 2 deletions

View File

@ -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