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

int-brain-lab / bpod-core / 16678188595

01 Aug 2025 02:53PM UTC coverage: 76.463%. First build
16678188595

Pull #35

github

web-flow
Merge d8e3a2d98 into 2e1e7643f
Pull Request #35: Uv

3 of 6 new or added lines in 2 files covered. (50.0%)

627 of 820 relevant lines covered (76.46%)

9.18 hits per line

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

60.0
/bpod_core/__init__.py
1
"""A Python package for communicating with the Bpod Finite State Machine."""
2

3
import importlib.metadata
12✔
4

5
try:
12✔
6
    __version__ = importlib.metadata.version('bpod_core')
12✔
NEW
7
except importlib.metadata.PackageNotFoundError:
×
NEW
8
    __version__ = '0.0.0'  # Fallback for development mode
×
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

© 2025 Coveralls, Inc