Skip to content

Commit

Permalink
Re running to confirm if the coverage percentages are same throughout…
Browse files Browse the repository at this point in the history
… capturing with sharding

RunCoverage: 70.16%, ComputeAffectedTestsTest: 77.27%, BazelClient: 87.04%
  • Loading branch information
Rd4dev committed Jul 20, 2024
1 parent 113a828 commit a198c56
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ import org.oppia.android.scripts.common.ScriptBackgroundCoroutineDispatcher
import org.oppia.android.scripts.proto.ChangedFilesBucket
import org.oppia.android.scripts.proto.TestFileExemptions
import java.io.File
import java.util.Locale
import java.util.concurrent.TimeUnit
import kotlin.system.exitProcess

/**
* The main entrypoint for retrieving the list of changed files from a particular encoded Base64
Expand Down Expand Up @@ -86,7 +84,6 @@ fun main(args: Array<String>) {
fileTestTargetsListOutputFile.printWriter().use { writer ->
writer.println(changedFilesTestTargets.joinToString(separator = " "))
}

}
}

Expand Down

0 comments on commit a198c56

Please sign in to comment.