From f6ed38009527b100c735ef26a526d3c180870e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sat, 26 Mar 2022 22:17:06 -0300 Subject: [PATCH] Fix false failed build by forcing it to run again I made no changes in the code but because of how codecov works it is falsely reporting that the test coverage changed to a lower value. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e0c823..58df7a3 100644 --- a/README.md +++ b/README.md @@ -684,8 +684,8 @@ docker pull mysql:8.0.27 docker pull mcr.microsoft.com/mssql/server:2017-latest ``` -Otherwise the first attempt to run the tests -will spend a long time downloading these images +Otherwise the first attempt to run the tests will +spend a long time downloading these images and then fail because the `TestMain()` function is configured to kill the containers after 20 seconds.