You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the security breach at codecov, we've been verifying the codecov
script before running it.
The codecov sha sum files include an entry for "codecov" which we
use, and another for "env" which we do not.
A recent GitHub Actions image update also seems to have updated sha sum
utilities. We are now required to provide --ignore-missing for
downloaded codecov sha sum files so that "env" can be ignored and
not cause a failure. This seems like a sensible and conservative
default. So... good!
I verified that if the "codecov" file is missing (in other words
everything is missing), we'll still fail, which is what want.
0 commit comments