Enable coverage_controlflow and coverage_smoke1 tests in two-stage mode
This commit is contained in:
committed by
SvyatoslavScherbina
parent
3b496f3b54
commit
c585751d78
@@ -4478,7 +4478,6 @@ if (UtilsKt.getTestTargetSupportsCodeCoverage(project)) {
|
||||
binaryName = "CoverageControlFlow"
|
||||
numberOfCoveredFunctions = 1
|
||||
numberOfCoveredLines = 102
|
||||
enabled = !twoStageEnabled
|
||||
|
||||
konanArtifacts {
|
||||
program(binaryName, targets: [ target ]) {
|
||||
@@ -4524,7 +4523,6 @@ if (UtilsKt.getTestTargetSupportsCodeCoverage(project)) {
|
||||
binaryName = "CoverageSmoke1"
|
||||
numberOfCoveredFunctions = 9
|
||||
numberOfCoveredLines = 33
|
||||
enabled = !twoStageEnabled
|
||||
|
||||
konanArtifacts {
|
||||
program(binaryName, targets: [ target ]) {
|
||||
|
||||
Reference in New Issue
Block a user