From f651a5a6d8546b7cd7d8b5c536c70c93f95e84f5 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Wed, 11 May 2022 11:12:16 +0200 Subject: [PATCH 1/2] Fix typo --- ivatar/ivataraccount/templates/profile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivatar/ivataraccount/templates/profile.html b/ivatar/ivataraccount/templates/profile.html index 6da094d..ec87235 100644 --- a/ivatar/ivataraccount/templates/profile.html +++ b/ivatar/ivataraccount/templates/profile.html @@ -113,7 +113,7 @@
  • @@ -135,7 +135,7 @@
  • From 714ae58509f15c39f2a52217a916bab75d3cf423 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Tue, 21 Jun 2022 14:12:17 +0200 Subject: [PATCH 2/2] Add coverage setting --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9217ca8..902eb1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ before_script: test_and_coverage: stage: test + coverage: '/^TOTAL.*\s+(\d+\%)$/' script: - echo 'from ivatar.settings import TEMPLATES' > config_local.py - echo 'TEMPLATES[0]["OPTIONS"]["debug"] = True' >> config_local.py