From 41fc7d2c3c55e499dd1b29fa7618d31a39b82b10 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 14 Dec 2020 10:24:26 -0500 Subject: [PATCH] Can we force it to report for the right project? --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index afa3fafa1..5039b0d7f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -270,7 +270,7 @@ jobs: name: "Submit coverage results" command: | if [ -n "${UPLOAD_COVERAGE}" ]; then - /tmp/venv/bin/codecov + /tmp/venv/bin/codecov --slug tahoe-lafs/tahoe-lafs fi