From 02daeab46e92733d76f453e5a0d65f9668d4b3fc Mon Sep 17 00:00:00 2001 From: jon r Date: Thu, 3 Apr 2025 10:52:25 +0200 Subject: [PATCH] chore(gitignore): add test coverage output --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e3ef6cbc5..4ba128582 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,8 @@ pip-log.txt .tox nosetests.xml htmlcov +coverage.xml +report.xml # Translations *.mo