summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-05-29 22:58:46 +0200
committerGitHub <noreply@github.com>2019-05-29 22:58:46 +0200
commit000abfe6df7379334a0f23602ac944828090f6bc (patch)
tree7f1d06b16c73b41eb832f7364f7271443c1fdf1d /.gitignore
parent617b278a33c7e9a48444ae984087825a94464dec (diff)
Use tarpaulin and Codecov for adding code coverage to project (#68)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
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