From a926a7f4daa8b5b6bf4615de96720366d3b12c5d Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Wed, 4 Sep 2019 00:10:43 -0500
Subject: [PATCH] Fix CI coverage

---
 mod/ci/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mod/ci/test.sh b/mod/ci/test.sh
index 55b0681..53028dd 100755
--- a/mod/ci/test.sh
+++ b/mod/ci/test.sh
@@ -33,5 +33,5 @@ mv ci/out/coverage2.prof ci/out/coverage.prof
 
 go tool cover -html=ci/out/coverage.prof -o=ci/out/coverage.html
 if [[ ${CI:-} ]]; then
-  bash <(curl -s https://codecov.io/bash) -f ci/out/coverage.prof
+  bash <(curl -s https://codecov.io/bash) -R . -f ci/out/coverage.prof
 fi
-- 
GitLab