Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit f7e8120

Browse files
committed
EPMDJ-10448 Incorrect recalculation of Tests2Run
use actual context instead of old
1 parent acdb966 commit f7e8120

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin-part/src/main/kotlin/Plugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ class Plugin(
548548
val newContext = if (filterId.isEmpty()) {
549549
state.updateBuildStats(buildCoverage, context)
550550
state.updateBuildTests(testsNew)
551-
context
551+
state.coverContext()
552552
} else {
553553
context.copy(build = context.build.copy(
554554
stats = buildCoverage.toCachedBuildStats(context),

0 commit comments

Comments
 (0)