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

PulpQE / pulp-smash / 100
63%

Build:
DEFAULT BRANCH: master
Ran 24 Nov 2015 10:44PM UTC
Jobs 4
Files 2
Run time 11s
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
100

push

travis-ci

Ichimonji10
Update make targets for linting

Add two new targets to the make file: `lint-flake8` and `lint-pylint`. They run
the flake8 and pylint linters, respectively. Make the `lint` make target depend
on them, and make Travis use these linters exclusively.

Make the `lint-flake8` make target ignore warnings D100 and D108. These warnings
are emitted by the `flake8-docstrings` plugin for flake8. Some examples:

    $ flake8 .
    ./setup.py:1:1: D100 Missing docstring in public module
    ./docs/conf.py:1:1: D100 Missing docstring in public module
    ./pulp_smash/__init__.py:1:1: D104 Missing docstring in public package
    ./pulp_smash/__main__.py:1:1: D100 Missing docstring in public module
    […]

These warnings are spurious. The first line of each of these files contains a `#
coding=utf8` line, and possibly a shebang too.

86 of 96 relevant lines covered (89.58%)

3.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 100.1 24 Nov 2015 10:44PM UTC 0
89.58
Travis Job 100.1
2 100.2 24 Nov 2015 10:44PM UTC 0
89.58
Travis Job 100.2
3 100.3 24 Nov 2015 10:44PM UTC 0
89.58
Travis Job 100.3
4 100.4 24 Nov 2015 10:44PM UTC 0
89.58
Travis Job 100.4
Source Files on build 100
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #100
  • 9ea2ce40 on github
  • Prev Build on master (#93)
  • Next Build on master (#101)
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