From 53921be1b84f60d4f2121bead2cb0be22fe6e1c1 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 15 Sep 2020 10:32:37 -0400 Subject: [PATCH] ci: Run wikiparser doctests Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b81f88049..9eb1f1319 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ run-unit-tests: - su -c "cd ~/plinth; python3 -m flake8 --exclude actions/domainname-change,actions/dynamicdns,actions/hostname-change,actions/networks plinth actions/*" tester - su -c "cd ~/plinth;PYTHONPATH='.' py.test-3 --cov=plinth --cov-report=html:/home/tester/plinth/htmlcov --cov-report=term" tester - cp -r /home/tester/plinth/htmlcov test-coverage-report + - su -c "cd ~/plinth/doc;./scripts/wikiparser.py" tester coverage: '/^TOTAL\s+.*\s+(\d+\.\d+%)$/' artifacts: