diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 000000000..6f0db75d0 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,5 @@ +[report] +exclude_also= + ; Don't complain about exceptions or warnings not being covered by tests + raise * + warnings.warn* \ No newline at end of file