From b44b44e1f8265d8f8b8f27c343283d6d2e8ee668 Mon Sep 17 00:00:00 2001 From: sn1020 Date: Wed, 3 Jun 2020 06:01:06 -0700 Subject: [PATCH] Update readme with 400 error info (#181) --- 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.