From cfa8666a38231b078d21df4fd1f09c189843ffd5 Mon Sep 17 00:00:00 2001 From: Felipe Ripoll Date: Thu, 17 May 2018 09:56:43 -0600 Subject: [PATCH] [#30] excluding Collector and Transfer for being covered directly --- coveralls.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 coveralls.json diff --git a/coveralls.json b/coveralls.json new file mode 100644 index 0000000..f2e17f0 --- /dev/null +++ b/coveralls.json @@ -0,0 +1,6 @@ +{ + "skip_files": [ + "lib/poa_agent/plugins/collector.ex", + "lib/poa_agent/plugins/transfer.ex" + ] +} \ No newline at end of file