logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 8607ae6841a004215d7daab80e247476624b44f0
parent: 3fb3f42e7757909badefe842e6df6996268cb790
Author: rinpatch <rinpatch@sdf.org>
Date:   Fri,  5 Apr 2019 19:49:20 +0000

Merge branch 'test-coverage' into 'develop'

Use --cover option when running CI tests

See merge request pleroma/pleroma!1027

Diffstat:

M.gitlab-ci.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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