aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-04-05 19:49:20 +0000
committerrinpatch <rinpatch@sdf.org>2019-04-05 19:49:20 +0000
commit8607ae6841a004215d7daab80e247476624b44f0 (patch)
tree05207122b6018de904fa08011d78675ab3b9659e
parent3fb3f42e7757909badefe842e6df6996268cb790 (diff)
parentfb1be1d79892a72b10af2c24479e81600603a6af (diff)
downloadpleroma-8607ae6841a004215d7daab80e247476624b44f0.tar.gz
Merge branch 'test-coverage' into 'develop'
Use --cover option when running CI tests See merge request pleroma/pleroma!1027
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c07f1a5d3..0bd657d67 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,7 @@ unit-testing:
script:
- mix ecto.create
- mix ecto.migrate
- - mix test --trace --preload-modules
+ - mix test --trace --preload-modules --cover
lint:
stage: test