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