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

jnothman / UpSetPlot / 7343030215

28 Dec 2023 12:24AM UTC coverage: 83.549% (-14.0%) from 97.551%
7343030215

push

github

jnothman
Merge branch 'master' into 0.8.X

# Conflicts:
#	upsetplot/__init__.py

10 of 10 new or added lines in 5 files covered. (100.0%)

312 existing lines in 7 files now uncovered.

1681 of 2012 relevant lines covered (83.55%)

1.62 hits per line

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

90.91
/upsetplot/__init__.py
1
__version__ = '0.8.2'
2✔
2

3
import os
2✔
4

5
if os.environ.get('__in-setup', None) != '1':
2✔
6
    from .plotting import UpSet, plot
2✔
7
    from .data import (generate_counts, generate_data, generate_samples,
2✔
UNCOV
8
                       from_memberships, from_contents, from_indicators)
×
9
    from .reformat import query
2✔
10

11
    __all__ = ['UpSet',
2✔
12
               'generate_data', 'generate_counts', 'generate_samples',
1✔
13
               'plot',
1✔
14
               'from_memberships', 'from_contents', 'from_indicators', 'query']
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