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

divio / django-cms / #23666
77%

Build:
DEFAULT BRANCH: develop
Ran 04 Oct 2021 01:47AM UTC
Jobs 1
Files 25
Run time 2s
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
#23666

push

travis-ci

web-flow
Stop ignoring flake8 errors [#7102] (#7104)

* Stop ignoring flake8 issues.

* Fix E704 (multiple statements on one line)

* Fix E741 (ambiguous variable name)

* Fix E711 (comparison to None)

* Fix E121 (hanging indents)

* Fix W503 (line breaks around operators)

* Fix W504 (line breaks around operators)

* Fix W605 (invalid escape sequence)

* Fix E741 (ambiguous variable name)

* Fix W292 (no new line at end of file)

* Fix F841
Got a little carried away removing unicode string prefixes

* Fix E266 (too many `#` for comment)

* Fix W503 (line breaks around operators)

* Added E731 (do not assign a lambda expression, use a def) to the ignored list

* W293 blank line contains whitespace
W291 trailing whitespace
W293 blank line contains whitespace

* Fix E121 (hanging indents)

* Fix W291 (trailing whitespace)

* Fix W391 blank line at end of file

* Fix E305 (expected 2 blank lines after class or function definition, found 1)

* Fix E306 (expected 1 blank line before a nested definition, found 0)

* Tidying up formatting

* WIP E722 do not use bare 'except'

* E722 do not use bare 'except'
F841 local variable assigned to but never used

* E722 do not use bare 'except'

* Dropping pyflakes test as we're using flake8 now

* Remove specific exception handling due to unknown error from tests;
`TypeError: catching classes that do not inherit from BaseException is not allowed`

* Allow certain bare 'except' due to exception inheritance error.

Co-authored-by: Vinit Kumar <mail@vinitkumar.me>

2551 of 3279 relevant lines covered (77.8%)

33.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #23666.1 04 Oct 2021 01:47AM UTC 0
77.8
Source Files on build #23666
Detailed source file information is not available for this build.
  • Back to Repo
  • f622008b on github
  • Prev Build on develop
  • Next Build on develop
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