diff --git a/.coveragerc b/.coveragerc index a06f8bfe..cbd4a493 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,12 +1,9 @@ # Config file .coveragerc [report] +include = + */OCA/web/* omit = - /usr/* - */bin/* - */lib/* - */odoo/* - */openerp/* */tests/* *__init__.py diff --git a/.travis.yml b/.travis.yml index 8cc68a69..07863bb8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,9 @@ virtualenv: install: - git clone https://github.com/gurneyalex/maintainer-quality-tools.git $HOME/maintainer-quality-tools - export PATH=$HOME/maintainer-quality-tools/travis:$PATH - - $HOME/maintainer-quality-tools/travis/travis_install_nightly 6.1 + - travis_install_nightly 6.1 - pip install coveralls flake8 -services: - - postgresql - script: - travis_run_flake8 - travis_run_tests 6.1 diff --git a/README.md b/README.md index f189d392..55e0e63f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/OCA/web.svg?branch=6.1)](https://travis-ci.org/OCA/web) -[![Coverage Status](https://img.shields.io/coveralls/OCA/web.svg)](https://coveralls.io/r/OCA/web?branch=6.1) +[![Coverage Status](https://coveralls.io/repos/OCA/web/badge.png?branch=6.1)](https://coveralls.io/r/OCA/web?branch=6.1) Web addons for Odoo ===================