build: cyclo ignore "getexecutionscount
This commit is contained in:
parent
ba29325c15
commit
24ba4fb574
|
|
@ -335,6 +335,7 @@ func parseDuration(rate config.RateSpec) time.Duration {
|
|||
return duration
|
||||
}
|
||||
|
||||
//gocyclo:ignore
|
||||
func getExecutionsCount(rate config.RateSpec, req *ExecutionRequest) int {
|
||||
executions := -1 // Because we will find ourself when checking execution logs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue