Skip to content

Commit

Permalink
chore(datasets): don't count connect stub coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman committed Nov 28, 2024
1 parent a8bfb75 commit 449a017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/_utils/connection_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ConnectionMixin(ABC):

@abstractmethod
def _connect(self) -> Any:
...
... # pragma: no cover

@property
def _connection(self) -> Any:
Expand Down

0 comments on commit 449a017

Please sign in to comment.