Can we force it to report for the right project?

This commit is contained in:
Jean-Paul Calderone 2020-12-14 10:24:26 -05:00
parent 0357eeb924
commit 41fc7d2c3c

View File

@ -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