We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4b75d commit 9683f39Copy full SHA for 9683f39
‎scripts/coverage.sh‎
@@ -4,7 +4,7 @@ set -e
4
set -o pipefail
5
6
# Validate the configurations.
7
-curl --data-binary @codecov.yaml https://codecov.io/validate
+curl --data-binary @codecov.yml https://codecov.io/validate
8
9
DIR="${1}"
10
cd "${DIR}" || exit
0 commit comments