commit | 377f293ca8882d87f48ffae5858d0d66b9e472fc | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Tue Oct 04 10:20:36 2016 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 04 10:20:36 2016 -0700 |
tree | 5dde7012d7eb18ec14d5434645816d04bfb8cae0 | |
parent | c0f09c67658a9fdb030123abaa1e6124ee05d118 [diff] [blame] |
Basic project setup (#4)
diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..494c03f --- /dev/null +++ b/.coveragerc
@@ -0,0 +1,14 @@ +[run] +branch = True + +[report] +omit = + */samples/* + */conftest.py +exclude_lines = + # Re-enable the standard pragma + pragma: NO COVER + # Ignore debug-only repr + def __repr__ + # Don't complain if tests don't hit defensive assertion code: + raise NotImplementedError