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

PulpQE / pulp-smash / 100 / 2
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 24 Nov 2015 10: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

24 Nov 2015 10:33PM UTC coverage: 89.583%. Remained the same
100.2

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%)

0.9 hits per line

Source Files on job 100.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 100
  • Travis Job 100.2
  • 9ea2ce40 on github
  • Prev Job for on master (#93.2)
  • Next Job for on master (#101.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