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

SamhammerAG / ai-data-preprocessing-queue / 13242820435

10 Feb 2025 02:12PM UTC coverage: 91.515% (-0.05%) from 91.566%
13242820435

push

github

web-flow
Merge pull request #13 from SamhammerAG/KIT-4026

KIT-4026 update

151 of 165 relevant lines covered (91.52%)

0.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/ai_data_preprocessing_queue/Steps/__init__.py
1
from glob import glob
1✔
2
from os.path import basename, dirname, isfile
1✔
3

4
# Loads all modules that are inside this directory
5
modules = glob(f"{dirname(__file__)}/*.py")
1✔
6
__all__ = [basename(f)[:-3] for f in modules if isfile(f) and not f.endswith("__init__.py")]
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