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

EwoutH / EMAworkbench / 6905907357 / 1
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: deepsource-autofix-558ef8e8
DEFAULT BRANCH: master
Ran 17 Nov 2023 03:30PM UTC
Files 34
Run time 1s
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 Nov 2023 03:26PM UTC coverage: 80.217%. Remained the same
6905907357.1

push

github

web-flow
refactor: remove undefined name from `__all__`

`__all__`  is a list of strings defining what objects in a module will be exported when `from <module> import *` is used on the module.
Hence, all the object names mentioned in `__all__` shall be defined in the module.

This issue is raised because `__all__` contains atleast one name (See issue title for the exact name) which is not defined in the module.
When a wildcard import is attempted on the module with this guilty code, Python will throw an `AttributeError` while trying to import the undefined object.

4663 of 5813 relevant lines covered (80.22%)

0.8 hits per line

Source Files on job 6905907357.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6905907357
  • 3099888f on github
  • Prev Job for on deepsource-autofix-bcd79bb2 (#6905579363.1)
  • Next Job for on deepsource-autofix-bcd79bb2 (#6905935450.1)
  • Delete
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