Try providing an upload token instead

This commit is contained in:
Jean-Paul Calderone 2020-12-14 10:36:45 -05:00
parent 85c1b24729
commit 7be13f5c7f

View File

@ -32,3 +32,11 @@ coverage:
patch:
default:
threshold: 1%
codecov:
# This is a public repository so supposedly we don't "need" to use an upload
# token. However, using one makes sure that CI jobs running against forked
# repositories have coverage uploaded to the right place in codecov so
# they're reports aren't incomplete.
token: "abf679b6-e2e6-4b33-b7b5-6cfbd41ee691"