Page MenuHomePhorge

No OneTemporary

Size
710 B
Referenced Files
None
Subscribers
None
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

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)

Event Timeline