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

sobolevn / flake8-eradicate / 343
100%

Build:
DEFAULT BRANCH: master
Ran 17 Dec 2019 10:19PM UTC
Jobs 2
Files 1
Run time 4s
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
343

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

1.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 343.1 17 Dec 2019 10:19PM UTC 0
98.11
Travis Job 343.1
2 343.2 17 Dec 2019 10:19PM UTC 0
98.11
Travis Job 343.2
Source Files on build 343
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #343
  • 5f4c106b on github
  • Prev Build on master (#341)
  • Next Build on master (#346)
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