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

EIT-ALIVE / eitprocessing / 14716370906

28 Apr 2025 07:38PM UTC coverage: 83.838% (+0.06%) from 83.777%
14716370906

push

github

psomhorst
Bump version: 1.6.0 → 1.7.0

375 of 492 branches covered (76.22%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

18 existing lines in 2 files now uncovered.

1451 of 1686 relevant lines covered (86.06%)

0.86 hits per line

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

90.0
/eitprocessing/datahandling/__init__.py
1
from copy import deepcopy
1✔
2
from dataclasses import dataclass
1✔
3

4
from typing_extensions import Self
1✔
5

6
from eitprocessing.datahandling.mixins.equality import Equivalence
1✔
7

8

9
@dataclass(eq=False)
1✔
10
class DataContainer(Equivalence):
1✔
11
    """Base class for data container classes."""
12

13
    def __bool__(self):
1✔
14
        return True
1✔
15

16
    def deepcopy(self) -> Self:
1✔
17
        """Return a deep copy of the object."""
UNCOV
18
        return deepcopy(self)
×
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