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

OCA / pylint-odoo / 571
98%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2017 09:25PM UTC
Jobs 4
Files 7
Run time 35s
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

pending completion
571

push

travis-ci

moylop260
[REF] pylint_odoo: Use check-name instead of check-code for add_message method (#174)

When a check is found the method `add_message` is called with the number of the check `W7904` instead of the name of the check `deprecated-openerp-xml-node`

This change is necessary to used the new configuration `odoo_check_versions` like this:

```python
    odoo_check_versions = {                                                     
        'useless-attribute-non-translatable': {                                 
            'min_odoo_version': '8.0',                                          
        },                                                                                                                                                                                             
   } 
```

Without this change the `odoo_check_versions` should be like this:

```python
    odoo_check_versions = {                                                     
        'W7904': {                                 
            'min_odoo_version': '8.0',                                          
        },                                                                                                                                                                                             
   } 
```

It keep more readable `odoo_check_versions`

1 of 1 new or added line in 1 file covered. (100.0%)

1095 of 1097 relevant lines covered (99.82%)

3.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 571.1 (TOXENV=py27-pylint14) 04 Dec 2017 09:25PM UTC 0
99.82
Travis Job 571.1
2 571.2 (TOXENV=py27-pylint20) 04 Dec 2017 09:25PM UTC 0
99.82
Travis Job 571.2
3 571.3 (TOXENV=py34-pylint14) 04 Dec 2017 09:25PM UTC 0
99.64
Travis Job 571.3
4 571.4 (TOXENV=py35-pylint20) 04 Dec 2017 09:25PM UTC 0
99.64
Travis Job 571.4
Source Files on build 571
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #571
  • b9016b07 on github
  • Prev Build on master (#569)
  • Next Build on master (#586)
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