diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-05 19:49:20 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-05 19:49:20 +0000 |
commit | 8607ae6841a004215d7daab80e247476624b44f0 (patch) | |
tree | 05207122b6018de904fa08011d78675ab3b9659e | |
parent | 3fb3f42e7757909badefe842e6df6996268cb790 (diff) | |
parent | fb1be1d79892a72b10af2c24479e81600603a6af (diff) | |
download | pleroma-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.yml | 2 |
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 |