From 4bd22e77423182219cd43f0c8d38621b1c957986 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Tue, 6 Nov 2018 01:47:25 -0800 Subject: [PATCH] chore(ci): fix codecov on travis (#897) Apparently, travis hasn't been uploading any coverage data this whole time. This fixes the command (copied from appveyor). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd60d6d9..de2e7355 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: - npm run gendocs - npm run after-travis "Make sure to generate docs!" after_success: - - codecov + - npm run codecov -- -f coverage/lcov.info # Gitter notifications: