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

ObservationalExpansions / discmodel / 19298110899

12 Nov 2025 12:53PM UTC coverage: 91.603%. First build
19298110899

push

github

web-flow
Merge pull request #1 from michael-petersen/main

Add basic test package, which nicely also resulted in some cleanup!

137 of 141 new or added lines in 5 files covered. (97.16%)

360 of 393 relevant lines covered (91.6%)

8.24 hits per line

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

85.71
/src/discmodel/optional_imports.py
1

2
def _check_lintsampler():
9✔
3
    try:
9✔
4
        import importlib
9✔
5
        importlib.import_module("lintsampler")
9✔
6
        return True
9✔
7
    except ImportError:
9✔
8
        return False
9✔
9
    
10
def _check_flex():
9✔
11
    try:
9✔
12
        import importlib
9✔
13
        importlib.import_module("lintsampler")
9✔
14
        return True
9✔
NEW
15
    except ImportError:
×
NEW
16
        return False
×
17
    
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