Merge pull request #10 from bwrsandman/7.0-coverage

Add coverage file and badges
This commit is contained in:
Yannick Vaucher
2014-07-10 14:09:24 +02:00
2 changed files with 19 additions and 0 deletions

15
.coveragerc Normal file
View 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:

View File

@@ -1,3 +1,7 @@
[![Build Status](https://travis-ci.org/OCA/account-financial-tools.svg?branch=7.0)](https://travis-ci.org/OCA/account-financial-tools)
[![Coverage Status](https://coveralls.io/repos/OCA/account-financial-tools/badge.png?branch=7.0)](https://coveralls.io/r/OCA/account-financial-tools?branch=7.0)
Account financial Tools for Odoo/OpenERP
========================================