diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 307784f8f8a750aabb68dd96c0239d5553084404..73b146d08919fff25f646dab664ef632e4b24c59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,6 @@ before_script: test-3.4: image: mmpe/wetb script: - - python3 setup.py test \ No newline at end of file + - python3 setup.py test + - coverage run ./tests/run_pytest.py + - coverage report -m \ No newline at end of file