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 2271ed3 commit 3514580Copy full SHA for 3514580
‎scripts/coverage.sh‎
@@ -3,8 +3,11 @@
3
set -o pipefail
4
5
DIR="${1}"
6
-cd ${DIR}
+cd "${DIR}" || exit
7
+
8
+# Validate the configurations.
9
+curl --data-binary @codecov.yaml https://codecov.io/validate
10
11
dart pub global activate coverage
12
dart run coverage:test_with_coverage --port=9292
13
format_coverage --lcov --in=coverage --out=coverage.lcov --report-on=lib
-
0 commit comments