Skip to content

Commit

Permalink
Incrementing the shard to 24 to align with compute affected tests tes…
Browse files Browse the repository at this point in the history
…t to see if that can handle the coverage cases

Also the compute affected tests test do pass with shards set and coverage runs with bazel test --collect-coverage but the percentage is yet to be cross checked
  • Loading branch information
Rd4dev committed Jul 19, 2024
1 parent 67c0036 commit 2a12472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kt_jvm_test(
name = "RunCoverageTest",
size = "large",
srcs = ["RunCoverageTest.kt"],
shard_count = 6,
shard_count = 24,
deps = [
"//scripts:test_file_check_assets",
"//scripts/src/java/org/oppia/android/scripts/coverage:run_coverage_lib",
Expand Down

0 comments on commit 2a12472

Please sign in to comment.