From 68ff38e022f9d80d31cefd5f74c3a018d31191de Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Fri, 14 Jun 2019 21:02:20 +0200 Subject: [PATCH] Gitignore coverage XML output --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ecf08d6..108d934 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ htmlcov/ *,cover .mypy_cache/ .pytest_cache/ +coverage.xml