From a02a16176640519c8238faaf765082f552a5e40c Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 18:35:37 +0100 Subject: [PATCH] updated .gitignore & .gitlab-ci.yml --- .gitignore | 2 +- .gitlab-ci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3b38eab..de857a9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ public/favicon.ico public/index.php public/robots.txt +build/ system/ tests/_support tests/system @@ -28,7 +29,6 @@ application/Views/errors/ application/Views/welcome_message.php application/Views/form.php - ###OSX### .DS_Store diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 190153f..afcda91 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ variables: # If Xdebug was installed you can generate a coverage report and see code coverage metrics. test: artifacts: + name: "coverage" paths: - CodeIgniter4-4.0.0-alpha.3/build/coverage