|
|
|
|
|
by notyourday
2333 days ago
|
|
> If you did in fact mean Continuous Deployment then you do not need 100% integration test coverage or anything of that nature. Typically, the process might work by releasing a canary deploy which receives a fraction of the traffic going to production. In the unlikely event a breaking change has silently made it through your other tests, it should likely be caught when it is deployed as a canary You have just described 100% integration test coverage. |
|
i.e. the change made it through the tests, and now is deployed live, where a human may encounter and report it.