We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeefd79 commit 4553970Copy full SHA for 4553970
1 file changed
mdl/linter/rules/mpr008_overlapping_activities_test.go
@@ -37,8 +37,9 @@ func TestOverlappingActivitiesRule_Metadata(t *testing.T) {
37
}
38
39
// NOTE: The full Check() logic for overlapping activities requires ctx.Reader().GetMicroflow()
40
-// which needs a real *mpr.Reader. The overlap detection algorithm is tested via integration
41
-// tests. Here we verify constants used for overlap threshold.
+// which needs a real *mpr.Reader. This rule currently lacks end-to-end coverage;
+// behavioral testing requires a real .mpr project. Here we verify constants used for
42
+// overlap threshold.
43
44
func TestOverlappingActivities_Constants(t *testing.T) {
45
if activityBoxWidth != 120 {
0 commit comments