Skip to content

Commit 1df8fbf

Browse files
committed
Ignore isAbstract methods for coverage.
1 parent 6f6b32f commit 1df8fbf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/TinyLogger/TinyAbstractLogger.class.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Class {
2626

2727
{ #category : #testing }
2828
TinyAbstractLogger class >> isAbstract [
29+
<ignoreForCoverage>
2930
^ self = TinyAbstractLogger
3031
]
3132

src/TinyLogger/TinyLeafLogger.class.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ TinyLeafLogger class >> for: aTinyLogger [
3737

3838
{ #category : #testing }
3939
TinyLeafLogger class >> isAbstract [
40+
<ignoreForCoverage>
4041
^ self = TinyLeafLogger
4142
]
4243

0 commit comments

Comments
 (0)