From 389f18bd5be98ba33080c821c23f130a09239040 Mon Sep 17 00:00:00 2001 From: Joerg Date: Sun, 25 Jun 2023 12:48:09 +0000 Subject: [PATCH 1/4] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35199c4..bc8c08d 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 From ff9fb89cf76f7fbe6d8477de2a81e9f61c0db04c Mon Sep 17 00:00:00 2001 From: Joerg Date: Sun, 25 Jun 2023 12:54:49 +0000 Subject: [PATCH 2/4] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc8c08d..7a32b5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build: - flutter build apk artifacts: paths: - - /build/app/outputs/flutter-apk/app-release.apk + - build/app/outputs/flutter-apk/app-release.apk test: stage: build From f009cd0e82b83279a45076bef848f38cba41f4e4 Mon Sep 17 00:00:00 2001 From: Joerg Date: Sun, 25 Jun 2023 13:01:46 +0000 Subject: [PATCH 3/4] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a32b5e..1f06f43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ test: artifacts: paths: - /coverage/lcov.info + coverage: '/\s*lines\.*:\s*([\d\.]+%)/' sonar: stage: analyze From de22190438e67c6e46bd4cdac75c4895579dee5a Mon Sep 17 00:00:00 2001 From: Joerg Date: Sun, 25 Jun 2023 13:11:53 +0000 Subject: [PATCH 4/4] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f06f43..710d867 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ test: - flutter test --coverage artifacts: paths: - - /coverage/lcov.info + - coverage/lcov.info coverage: '/\s*lines\.*:\s*([\d\.]+%)/' sonar: