Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ test: - docker-executor script: - pipenv run python setup.py test - mv coverage.xml htmlcov artifacts: paths: - htmlcov Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ test: - docker-executor script: - pipenv run python setup.py test - mv coverage.xml htmlcov artifacts: paths: - htmlcov Loading