Skip to content

Commit c65413c

Browse files
Apply suggestions from code review
Co-authored-by: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com>
1 parent b971b11 commit c65413c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.harness/pipelines/example-python.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pipeline:
4040
curl -Os https://cli.codecov.io/latest/linux/codecov.SHA256SUM.sig
4141
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
4242
shasum -a 256 -c codecov.SHA256SUM
43+
chmod u+x ./codecov
4344
./codecov --verbose upload-process -t $CODECOV_TOKEN
4445
envVariables:
4546
CODECOV_TOKEN: <+secrets.getValue("CODECOV_TOKEN")>

0 commit comments

Comments
 (0)