summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoshua Powers <mrpowersj@gmail.com>2016-10-20 15:49:59 -0600
committerScott Moser <smoser@brickies.net>2016-10-28 18:51:04 -0400
commitc12f4dd835077e3aa39e9056c25f136ff6a6655b (patch)
tree9a7f33445ab4147826cd1e20cf611c856efd2b94 /.gitignore
parentf7a5756205ef726d95259e06b7c46ff0ef82ea28 (diff)
downloadvyos-cloud-init-c12f4dd835077e3aa39e9056c25f136ff6a6655b.tar.gz
vyos-cloud-init-c12f4dd835077e3aa39e9056c25f136ff6a6655b.zip
Add coverage collection to tox unit tests.
First step in increasing coverage is knowing what coverage is currently at. By default, tox only runs coverage on py3 as it is slower to run with coverage.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 77eb9c74..865cac15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ dist
*.pyc
__pycache__
.tox
+.coverage