[CI] Also run coverage on plugins (#3447)

pull/3449/head
Frans de Jonge 7 years ago committed by GitHub
parent 369cf4f102
commit 1ba316aff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -30,6 +30,7 @@ return {
-- the .lua extension)
['include'] = {
'frontend/.*$',
'plugins/.*$',
},
-- Patterns for files to exclude when reporting

Loading…
Cancel
Save