Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Linkify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
Elixir libraries
Linkify
Commits
6dd627bf
Commit
6dd627bf
authored
Apr 3, 2019
by
minibikini
Browse files
Options
Downloads
Patches
Plain Diff
add credo to CI
parent
df6f5dca
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!10
Improve Parser
,
!9
Improve detection of URLs and Asian scripts
,
!8
Improve CI
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-3
8 additions, 3 deletions
.gitlab-ci.yml
with
8 additions
and
3 deletions
.gitlab-ci.yml
+
8
−
3
View file @
6dd627bf
...
@@ -5,9 +5,11 @@ cache:
...
@@ -5,9 +5,11 @@ cache:
paths
:
paths
:
-
deps
-
deps
-
_build
-
_build
stages
:
stages
:
-
lint
-
lint
-
test
-
test
-
analysis
before_script
:
before_script
:
-
mix local.hex --force
-
mix local.hex --force
...
@@ -25,5 +27,8 @@ unit-testing:
...
@@ -25,5 +27,8 @@ unit-testing:
coverage
:
'
/(\d+\.\d+\%)
\|
Total/'
coverage
:
'
/(\d+\.\d+\%)
\|
Total/'
script
:
script
:
-
mix test --trace --cover
-
mix test --trace --cover
analysis
:
stage
:
analysis
script
:
script
:
-
mix
test
--tr
ace
-
mix
credo
--
s
tr
ict
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment