diff options
author | 2019-09-15 23:55:11 +0200 | |
---|---|---|
committer | 2019-09-17 23:12:09 +1000 | |
commit | 39a28ca7eb2ba7966677b5283bce1ebdf8974ee1 (patch) | |
tree | 53b669307746c00b8c05056bcea46c1a48d3cb42 /.gitignore | |
parent | Fix InfractionSearchQuery (diff) |
Add coverage reporting to tests.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
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 |