From de22190438e67c6e46bd4cdac75c4895579dee5a Mon Sep 17 00:00:00 2001 From: Joerg Date: Sun, 25 Jun 2023 13:11:53 +0000 Subject: [PATCH] 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: