That didn't work.

Using `--slug tahoe-lafs/tahoe-lafs` does not fix the issue. It causes codecov
to fail with `Commit sha does not match Circle build.`
This commit is contained in:
Jean-Paul Calderone 2020-12-14 10:36:24 -05:00
parent 41fc7d2c3c
commit 85c1b24729

View File

@ -270,7 +270,7 @@ jobs:
name: "Submit coverage results"
command: |
if [ -n "${UPLOAD_COVERAGE}" ]; then
/tmp/venv/bin/codecov --slug tahoe-lafs/tahoe-lafs
/tmp/venv/bin/codecov
fi