You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that an @abstractmethod cannot be called by definition, they should be excluded from the code coverage. This can be achived by adding a .coveragerc file to the root of the repository with the following content:
[report]exclude_lines =
@abstractmethod
The text was updated successfully, but these errors were encountered:
Given that an
@abstractmethod
cannot be called by definition, they should be excluded from the code coverage. This can be achived by adding a.coveragerc
file to the root of the repository with the following content:The text was updated successfully, but these errors were encountered: