From 984e61fdad114e92533093994c3a958898b82761 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 29 Jan 2020 21:53:24 +0100 Subject: [PATCH] CI: Added coverage tests to the CI. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 295d2ac..bf8a1fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ test: image: goblinogm/goblin-buildchain script: - pip install -U -r requirements.txt - - python setup.py test + - coverage run --source=aiogremlin/ setup.py test pages: script: -- GitLab