From b8715f71b29efae9057e07ae6346da88b000d958 Mon Sep 17 00:00:00 2001 From: geekcom Date: Thu, 16 Jan 2020 16:34:20 -0300 Subject: [PATCH] suporte a coverage --- coveralls.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 coveralls.yml diff --git a/coveralls.yml b/coveralls.yml new file mode 100644 index 0000000..8e7723a --- /dev/null +++ b/coveralls.yml @@ -0,0 +1,4 @@ +# for php-coveralls +service_name: travis-ci +coverage_clover: tests/log/clover.xml +json_path: tests/log/coveralls-upload.json \ No newline at end of file