Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Apr 19, 2023
1 parent a6f5543 commit 73dcbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branches-and-prs.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ workflow(
"java" to javaVersions.first()
)
}
val matrixSize = (variants.size * javaVersions.size) - matrixExcludes.size + matrixIncludes.size
val matrixSize = (variants.size * javaVersions.size) - matrixExcludes.size + matrixIncludes.size - 1
with(__FILE__.parentFile.resolve("../../codecov.yml")) {
readText()
.replace("after_n_builds:.*+$".toRegex(), "after_n_builds: $matrixSize")
Expand Down

0 comments on commit 73dcbcf

Please sign in to comment.