commit | 485b71386554fb4b1e5208f0a1d0e816851de05b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Jun 30 11:46:47 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Jul 05 11:06:08 2017 -0700 |
tree | 89ff0fca0946a58746fafbe68657555a9fd12147 | |
parent | 7fe915bda9a418d6208cc7131064c079498f4de2 [diff] [blame] |
refactor Change-Id: I833f751ab3f307f6996d0822bef7a749dc6f6d2f
diff --git a/.gitignore b/.gitignore index 35f596d..635880e 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,4 +1,9 @@ .idea *.pyc .noseids -local_certs.crt \ No newline at end of file +local_certs.crt + +# Test Coverage +.coverage +cover +coverage.xml \ No newline at end of file