No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
43b4dd2
... +0 ...
51c03bb
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
583 | 583 | ||
584 | 584 | break; |
|
585 | 585 | case static::DRIVER_SQLSERVER: |
|
586 | - | $tmp["DATEDIFF(s, '1970-01-01 00:00:00', GETDATE()) >="] = $this->rateHistory[$tmp['job_task']] + $task['rate']; |
|
586 | + | $tmp["(DATEDIFF(s, '1970-01-01 00:00:00', GETDATE())) >="] = $this->rateHistory[$tmp['job_task']] + $task['rate']; |
|
587 | 587 | ||
588 | 588 | break; |
|
589 | 589 | case static::DRIVER_SQLITE: |
Files | Complexity | Coverage |
---|---|---|
Project Totals (35 files) | 658 | 57.75% |
51c03bb
43b4dd2