From 1ba316aff008354d0669ab7d0a36133c8d74af92 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sun, 29 Oct 2017 21:09:13 +0100 Subject: [PATCH] [CI] Also run coverage on plugins (#3447) --- .circleci/config.yml | 3 +++ .luacov | 1 + 2 files changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 273baf9da..a4453a02a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,3 +67,6 @@ jobs: # by storing the test results CircleCI automatically distributes tests based on execution time - store_test_results: path: koreader-emulator-x86_64-linux-gnu/koreader/junit-test-results.xml + # CircleCI doesn't make the test results available as artifacts (October 2017) + - store_artifacts: + path: koreader-emulator-x86_64-linux-gnu/koreader/junit-test-results.xml diff --git a/.luacov b/.luacov index 41ee69a79..62c3c3254 100644 --- a/.luacov +++ b/.luacov @@ -30,6 +30,7 @@ return { -- the .lua extension) ['include'] = { 'frontend/.*$', + 'plugins/.*$', }, -- Patterns for files to exclude when reporting