Skip to content

Commit 9683f39

Browse files
committed
👷 Validate configurations
1 parent bf4b75d commit 9683f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scripts/coverage.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
set -o pipefail
55

66
# Validate the configurations.
7-
curl --data-binary @codecov.yaml https://codecov.io/validate
7+
curl --data-binary @codecov.yml https://codecov.io/validate
88

99
DIR="${1}"
1010
cd "${DIR}" || exit

0 commit comments

Comments
 (0)