diff options
Diffstat (limited to '.coveralls.yml')
-rw-r--r-- | .coveralls.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 00000000..4d06f5f8 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,4 @@ +service_name: travis-ci +src_dir: framework/ +coverage_clover: build/test-reports/clover.xml +json_path: build/test-reports/coveralls.json |