From 13aa6c7629c1aae445b376cea8d18ce9c3990eca Mon Sep 17 00:00:00 2001 From: Sabreen Noah Date: Tue, 2 Jun 2020 00:18:09 -0700 Subject: [PATCH] Update readme with 400 error info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 125e9bfe..06a09df4 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,11 @@ nyc report --reporter=text-lcov > coverage.lcov ./node_modules/.bin/codecov ``` +## Troubleshooting + +If you're seeing an **HTTP 400 error when uploading reports to S3**, make sure you've updated to at least version 3.7.0. + + ## Change Log - v2.0.0 No longer supports node v0.10 because of the execSync.