aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-09-15 23:55:11 +0200
committerGravatar scragly <[email protected]>2019-09-17 23:12:09 +1000
commit39a28ca7eb2ba7966677b5283bce1ebdf8974ee1 (patch)
tree53b669307746c00b8c05056bcea46c1a48d3cb42 /.gitignore
parentFix InfractionSearchQuery (diff)
Add coverage reporting to tests.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index be4f43c7f..09ca151fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -114,3 +114,9 @@ log.*
# Custom user configuration
config.yml
+
+# JUnit XML reports from pytest
+junit.xml
+
+# Coverage XML artifacts
+coverage.xml