logo

auto_linker

AutoLinker-shim, based on https://git.pleroma.social/pleroma/auto_linker git clone https://hacktivis.me/git/auto_linker.git
commit: ca4afd14ff3e490826506a39797e094e980b20f5
parent f8a2dc97ff20ce40b0cccafeab80118604ad4759
Author: Egor Kislitsyn <egor@kislitsyn.com>
Date:   Wed,  3 Apr 2019 14:55:30 +0700

add test coverage to CI

Diffstat:

M.gitlab-ci.yml3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -22,5 +22,8 @@ lint: unit-testing: stage: test + coverage: '/(\d+\.\d+\%) \| Total/' + script: + - mix test --trace --cover script: - mix test --trace