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

sobolevn / flake8-eradicate / 343 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 17 Dec 2019 10:19PM UTC
Files 1
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

17 Dec 2019 10:17PM UTC coverage: 98.113%. Remained the same
343.1

push

travis-ci-com

sobolevn
Fix mypy command in CONTRIBUTING.md (#107)

The mypy command was previously defined as follows:
```bash
mypy wemake_python_styleguide
```

Running this command resulted in the following error message:
```
mypy: can't read file 'wemake_python_styleguide': No such file or directory
```

The contribution guidelines are probably copied over from
`wemake_python_styleguide` and the mypy command has not been updated
to the new module name.

The mypy command is now updated to
```bash
mypy flake8_eradicate.py
```
This command works and is also the command used in the `.travis.yml`
for running mypy during CI.

10 of 10 branches covered (100.0%)

Branch coverage included in aggregate %.

42 of 43 relevant lines covered (97.67%)

0.98 hits per line

Source Files on job 343.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 294
  • Travis Job 343.1
  • 5f4c106b on github
  • Prev Job for on master (#341.1)
  • Next Job for on master (#346.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