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

Vauxoo / pylint-odoo / 208 / 1
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2016 04:58AM 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

08 Jul 2016 04:55AM UTC coverage: 100.0%. Remained the same
TOXENV=py27-pylint14

push

travis-ci

web-flow
[ADD] consider-merging-classes-inherited (#39)

If you have 2 or more files in a odoo module with duplicated inherit:
```python
# module1/file1.py
...
 class TestModel(models.Model):
     _inherit = 'res.company'`
...

# module1/file2.py
...
 class TestModel2(models.Model):
     _inherit = 'res.company'`
...
```

Then the message `module1/__init__.py:1: [R7980(consider-merging-classes-inherited), ] Consider merging classes inherited to res.company.`

636 of 636 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 208.1 (TOXENV=py27-pylint14)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 208
  • Travis Job 208.1
  • 63494f84 on github
  • Prev Job for TOXENV=py27-pylint20 on master (#204.2)
  • Next Job for TOXENV=py27-pylint14 on master (#214.1)
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