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

EwoutH / EMAworkbench / 6905942259
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: deepsource-autofix-558ef8e8
DEFAULT BRANCH: master
Ran 17 Nov 2023 03:32PM UTC
Jobs 1
Files 34
Run time 3s
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:30PM UTC coverage: 80.217%. First build
6905942259

push

github

web-flow
refactor: remove undefined name from `__all__` (#21)

`__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.

---------

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>

4663 of 5813 relevant lines covered (80.22%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6905942259.1 17 Nov 2023 03:32PM UTC 0
80.22
Source Files on build 6905942259
Detailed source file information is not available for this build.
  • Back to Repo
  • b61a18d7 on github
  • Next Build on code-quality (#6905957034)
  • 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