Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 375d4f8

Browse files
authored
Merge pull request #131 from netlify/chore/fix-codecov
Fix Codecov support
2 parents a4ab040 + 58afc69 commit 375d4f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/coverage.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ os="${os/-latest/}"
77
node="$2"
88
node="node_${node//./_}"
99

10+
# We don't use the -Z flag (which makes CI build fail on upload error) because
11+
# Codecov fails wait too often.
1012
curl -s https://codecov.io/bash | \
11-
bash -s -- -Z -y codecov.yml -f coverage/coverage-final.json -F "$os" -F "$node"
13+
bash -s -- -f coverage/coverage-final.json -F "$os" -F "$node"

0 commit comments

Comments
 (0)