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

angelolab / mibi-bin-tools / 4431962890

pending completion
4431962890

push

github

GitHub
Classifier Update (#51)

110 of 111 branches covered (99.1%)

Branch coverage included in aggregate %.

149 of 149 relevant lines covered (100.0%)

1.0 hits per line

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

100.0
/src/mibi_bin_tools/type_utils.py
1
from typing import Union, Iterable
1✔
2
from alpineer import misc_utils
1✔
3

4

5
def any_true(a: Union[bool, Iterable[bool]]) -> bool:
1✔
6
    """ `any` that allows singleton values
7

8
    Args:
9
        a (bool | Iterable[bool]):
10
            value or iterable of booleans
11

12
    Returns:
13
        bool:
14
            whether any true values where found
15
    """
16
    return any(misc_utils.make_iterable(a))
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

© 2025 Coveralls, Inc