mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #10 from bwrsandman/7.0-coverage
Add coverage file and badges
This commit is contained in:
15
.coveragerc
Normal file
15
.coveragerc
Normal file
@@ -0,0 +1,15 @@
|
||||
[report]
|
||||
include =
|
||||
*/account-financial-tools/*
|
||||
|
||||
omit =
|
||||
*/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:
|
||||
@@ -1,3 +1,7 @@
|
||||
[](https://travis-ci.org/OCA/account-financial-tools)
|
||||
[](https://coveralls.io/r/OCA/account-financial-tools?branch=7.0)
|
||||
|
||||
|
||||
Account financial Tools for Odoo/OpenERP
|
||||
========================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user