Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F115487
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
710 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 531c0e9..91c100b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,29 +1,34 @@
image: elixir:1.7.2
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- - deps
- - _build
+ - deps
+ - _build
+
stages:
- lint
- test
+ - analysis
before_script:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
- mix compile --force
lint:
stage: lint
script:
- mix format --check-formatted
unit-testing:
stage: test
coverage: '/(\d+\.\d+\%) \| Total/'
script:
- mix test --trace --cover
+
+analysis:
+ stage: analysis
script:
- - mix test --trace
+ - mix credo --strict
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Nov 28, 5:39 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40886
Default Alt Text
(710 B)
Attached To
Mode
R19 linkify
Attached
Detach File
Event Timeline
Log In to Comment