We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456461e commit 017738aCopy full SHA for 017738a
2 files changed
.Tools/CI/Settings/ProBuilderSettings.cs
@@ -39,7 +39,7 @@ public static ProBuilderSettings Instance
39
ReleaseOptions = new ReleaseOptions() { IsReleasing = true },
40
ValidationOptions = new ValidationOptions()
41
{
42
- AdditionalUtrArguments = ["--fail-on-assert"]
+ AdditionalUtrArguments = ["--fail-on-assert --coverage-pkg-version=1.3.0"]
43
}
44
45
0 commit comments