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

OCA / pylint-odoo / 939 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 28 Dec 2020 11:23PM 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

28 Dec 2020 11:21PM UTC coverage: 99.066% (+0.2%) from 98.851%
TOXENV=pylint

push

travis-ci-com

web-flow
[FIX] dangerous-view-replace-wo-priority: check all child tags with replace (#309)

Consider next case:

<record id=crm_case_form_view_leads_form_inherit model=ir.ui.view>
    <field name=name>crm.lead.form.lead</field>
    <field name=model>crm.lead</field>
    <field name=inherit_id ref=crm.crm_case_form_view_leads/>
    <field name=arch type=xml>
        <label for=contact_name position=replace/>
        ...
    </field>
</record>

Part of code where replace is use is a label tag and pylint-odoo does not recognize it, however, Odoo convert this part of code in a xpath tag with replace attribute but in that point already passed lint.

1379 of 1392 relevant lines covered (99.07%)

0.99 hits per line

Source Files on job 939.3 (TOXENV=pylint)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 838
  • Travis Job 939.3
  • 88db7a52 on github
  • Prev Job for TOXENV=pylint on master (#938.1)
  • Next Job for TOXENV=pylint on master (#941.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