Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3806f3fb4 | |||
| 591ff49340 |
@@ -37,6 +37,8 @@ static class AutomateFunction
|
||||
throw new Exception("Release branch has no commits");
|
||||
}
|
||||
|
||||
var tolerance = functionInputs.Tolerance;
|
||||
|
||||
Console.WriteLine($"Comparing {testBranchName} against {releaseBranchName}");
|
||||
|
||||
// get the test and release commits
|
||||
|
||||
@@ -7,8 +7,8 @@ using System.ComponentModel.DataAnnotations;
|
||||
/// are valid and match the required schema.
|
||||
struct FunctionInputs
|
||||
{
|
||||
//[Required]
|
||||
//public double Tolerance;
|
||||
[Required]
|
||||
public double Tolerance;
|
||||
|
||||
//public string Exclusions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user