From 000abfe6df7379334a0f23602ac944828090f6bc Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 29 May 2019 22:58:46 +0200 Subject: Use tarpaulin and Codecov for adding code coverage to project (#68) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4315faee5..958be4e10 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,7 @@ Cargo.lock .vscode/ # Intellij IDE configuration -.idea/ \ No newline at end of file +.idea/ + +# Cobertura coverage report +cobertura.xml -- cgit v1.2.3