From cf3ee0aac85ab2599629e017c1b48776c223082f Mon Sep 17 00:00:00 2001 From: webimpress Date: Wed, 11 Oct 2017 12:34:50 +0100 Subject: [PATCH] Added missing .coveralls.yml --- .coveralls.yml | 2 ++ .gitattributes | 1 + 2 files changed, 3 insertions(+) create mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..bc71b62 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,2 @@ +coverage_clover: clover.xml +json_path: coveralls-upload.json diff --git a/.gitattributes b/.gitattributes index 8bcc2ec..766006d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ /test export-ignore +/.coveralls.yml export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.travis.yml export-ignore