Browse Source

updated .gitignore & .gitlab-ci.yml

v3-dev
REJack 6 years ago
parent
commit
a02a161766
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      .gitignore
  2. 1
      .gitlab-ci.yml

2
.gitignore vendored

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

1
.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

Loading…
Cancel
Save