mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
Add README and dotfiles
This commit is contained in:
19
.coveragerc
Normal file
19
.coveragerc
Normal file
@@ -0,0 +1,19 @@
|
||||
# Config file .coveragerc
|
||||
|
||||
[report]
|
||||
omit =
|
||||
/usr/*
|
||||
*/bin/*
|
||||
*/lib/*
|
||||
*/odoo/*
|
||||
*/openerp/*
|
||||
*/tests/*
|
||||
*__init__.py
|
||||
|
||||
# Regexes for lines to exclude from consideration
|
||||
exclude_lines =
|
||||
# Have to re-enable the standard pragma
|
||||
pragma: no cover
|
||||
|
||||
# Don't complain about null context checking
|
||||
if context is None:
|
||||
Reference in New Issue
Block a user