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

Vauxoo / maintainer-quality-tools / 1251
100%

Build:
DEFAULT BRANCH: master
Ran 16 Aug 2018 02:43PM UTC
Jobs 7
Files 7
Run time 11min
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
1251

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

20 of 20 relevant lines covered (100.0%)

6.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1251.1 (INSTANCE_ALIVE="1" INCLUDE="broken_module" SERVER_EXPECTED_ERRORS="1" PG_LOGS_ENABLE="1" PG_NON_DURABILITY="1" WKHTMLTOPDF_VERSION="0.12.4") 16 Aug 2018 02:45PM UTC 0
25.0
Travis Job 1251.1
2 1251.2 (EXCLUDE="broken_module,broken_lint" OPTIONS="--log-level=debug" INSTALL_OPTIONS="--log-level=info" RUN_COMMAND_MQT_CREATE_FOLDER='mkdir /tmp/tests' PG_LOGS_ENABLE="1" PG_NON_DURABILITY="1") 16 Aug 2018 02:45PM UTC 0
100.0
Travis Job 1251.2
3 1251.3 (INCLUDE="test_module,second_module" UNIT_TEST="1" PG_LOGS_ENABLE="1" PG_NON_DURABILITY="1") 16 Aug 2018 02:45PM UTC 0
100.0
Travis Job 1251.3
4 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") 16 Aug 2018 02:44PM UTC 0
100.0
Travis Job 1251.4
5 1251.5 (VERSION="7.0" INCLUDE="test_module,second_module" ODOO_REPO="OCA/OCB" ODOO_BRANCH="7.0") 16 Aug 2018 02:43PM UTC 0
100.0
Travis Job 1251.5
13 1251.13 (EXCLUDE="broken_module,broken_lint" OPTIONS="--load-language=es_MX" INSTALL_OPTIONS="--load-language=es_MX") 16 Aug 2018 02:54PM UTC 0
100.0
Travis Job 1251.13
14 1251.14 (INCLUDE="test_module,second_module" UNBUFFER=0) 16 Aug 2018 02:55PM UTC 0
100.0
Travis Job 1251.14
Source Files on build 1251
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1251
  • 87ec805f on github
  • Prev Build on master (#1249)
  • Next Build on master (#1254)
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