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 951f5f1 commit 36c71eeCopy full SHA for 36c71ee
coverage.sh
@@ -3,9 +3,9 @@ set -eu -o pipefail
3
# set -x
4
export PS4='+ [${BASH_SOURCE[0]##*/}:${LINENO}${FUNCNAME[0]:+:${FUNCNAME[0]}}] '
5
6
-export COVERAGE_FUNCTIONS=${COVERAGE_FUNCTIONS:-30}
7
-export COVERAGE_LINES=${COVERAGE_LINES:-30}
8
-export COVERAGE_REGIONS=${COVERAGE_REGIONS:-19}
+export COVERAGE_FUNCTIONS=${COVERAGE_FUNCTIONS:-42}
+export COVERAGE_LINES=${COVERAGE_LINES:-42}
+export COVERAGE_REGIONS=${COVERAGE_REGIONS:-32}
9
10
usage() {
11
cat <<EOF
0 commit comments