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 967fd08 commit 3c12920Copy full SHA for 3c12920
bin/test-dist
@@ -13,16 +13,16 @@ set -e -u -o pipefail
13
14
if [[ $CODECOV_ENABLE ||
15
$COVERALLS_TOKEN ||
16
- $CODE_COVERAGE_REPORT
17
- ]]; then
+ $CODE_COVERAGE_REPORT ]]
+then
18
: "${HARNESS_PERL_SWITCHES:="-MDevel::Cover=+ignore,^local/|^t/|^xt"}"
19
export HARNESS_PERL_SWITCHES
20
fi
21
22
# remove the changes test if we're testing master
23
if [[ $GITHUB_REF == refs/heads/master ||
24
- $CIRCLE_BRANCH == master
25
+ $CIRCLE_BRANCH == master ]]
26
rm -f xt/release/changes_has_content.t || true
27
perl -pi -e "s|'xt/release/changes_has_content.t'||g" \
28
xt/author/* ||
0 commit comments