From 40e96b775daad5dbe794d9958ce21819716199b3 Mon Sep 17 00:00:00 2001 From: nolash Date: Mon, 31 May 2021 16:41:07 +0200 Subject: [PATCH] Add coverage to pytest ci run --- apps/cic-eth/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cic-eth/.gitlab-ci.yml b/apps/cic-eth/.gitlab-ci.yml index 430a1383..80c2ded4 100644 --- a/apps/cic-eth/.gitlab-ci.yml +++ b/apps/cic-eth/.gitlab-ci.yml @@ -24,7 +24,7 @@ test-mr-cic-eth: image: $CI_REGISTRY_IMAGE/$APP_NAME-test:latest script: - cd apps/$APP_NAME/ - - pytest tests + - pytest -x --cov=cic_eth --cov-fail-under=90 --cov-report term-missing tests needs: ["build-mr-cic-eth"] build-push-cic-eth: