Skip to content

Commit 270f670

Browse files
author
Johan Brichau
committed
add ignore coverage to other packages as well
1 parent f20aec6 commit 270f670

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

repository/Grease-Pharo60-Core.package/GRPharoPlatform.class/instance/stackDepth.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exceptions
22
stackDepth
3-
3+
<ignoreForCoverage>
44
| depth current |
55
depth := 0.
66
current := thisContext.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
processes
22
thisContext
3-
3+
<ignoreForCoverage>
44
^ thisContext sender

repository/Grease-Pharo70-Core.package/GRPharoPlatform.class/instance/stackDepth.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exceptions
22
stackDepth
3-
3+
<ignoreForCoverage>
44
| depth current |
55
depth := 0.
66
current := thisContext.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
processes
22
thisContext
3-
3+
<ignoreForCoverage>
44
^ thisContext sender

repository/Grease-Pharo90-Core.package/GRPharoPlatform.class/instance/stackDepth.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exceptions
22
stackDepth
3-
3+
<ignoreForCoverage>
44
| depth current |
55
depth := 0.
66
current := thisContext.

0 commit comments

Comments
 (0)