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

Vauxoo / maintainer-quality-tools / 1251 / 4
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 16 Aug 2018 02:44PM UTC
Files 2
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

16 Aug 2018 02:40PM UTC coverage: 100.0%. Remained the same
VERSION="7.0" INCLUDE="test_module,second_module" ODOO_REPO="OCA/OCB" PG_LOGS_ENABLE="1" PG_NON_DURABILITY="1" WKHTMLTOPDF_VERSION="0.12.1"

push

travis-ci

moylop260
[FIX] test_pylint,flake8: Parse correctly variables to include/exclude lints (#287)

Currently, modules specified on the variables $INCLUDE_LINT and
$EXCLUDE_LINT are not being parsed correctly:
- When $EXCLUDE_LINT value is gotten in run_pylint, its default value
  is taken from the environment variable by the click library. However,
  if the variable contains multiple paths, click tries to split them by
  coloms instead of commas, because that is the only supported way to
  split paths. In addition, it makes no sense to default the parameter
  to the env var, because the passed value is already taken from the env.
- Some parameters are passed as `['--path', 'directory']` instead of
  `['--path=directory']`
- $INCLUDE_LINT is split by spaces, instead of commas
- Paths are not sanitized, leading and trailing witespaces are not
  removed

This commits fixes all the above issues.

Closes #268

10 of 10 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 1251.4 (VERSION="7.0" INCLUDE="test_module,second_module" ODOO_REPO="OCA/OCB" PG_LOGS_ENABLE="1" PG_NON_DURABILITY="1" WKHTMLTOPDF_VERSION="0.12.1")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1237
  • Travis Job 1251.4
  • 87ec805f on github
  • Prev Job for VERSION="7.0" INCLUDE="test_module,second_module" ODOO_REPO="OCA/OCB" PG_LOGS_ENABLE="1" PG_NON_DURABILITY="1" WKHTMLTOPDF_VERSION="0.12.1" on master (#1249.4)
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