• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OCA / pylint-odoo / 662 / 2
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 25 May 2018 03:10PM UTC
Files 7
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 May 2018 03:07PM UTC coverage: 100.0%. Remained the same
TOXENV=py27-pylint20

push

travis-ci

moylop260
Add _register_hook in "no missing return" methods (#201)

The return of the _register_hook method is never used, this is the
calling code in the loading phase:

```
    # STEP 8: call _register_hook on every model
    env = api.Environment(cr, SUPERUSER_ID, {})
    for model in env.values():
        model._register_hook()
```

It is then no customary and useless to return something.

1129 of 1129 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 662.2 (TOXENV=py27-pylint20)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 654
  • Travis Job 662.2
  • 092713fc on github
  • Prev Job for TOXENV=py27-pylint20 on master (#660.2)
  • Next Job for TOXENV=py27-pylint20 on master (#663.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc