• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CyberShadow / aconfmgr / 625

18 Nov 2025 11:56AM UTC coverage: 92.653% (+13.0%) from 79.69%
625

push

github

CyberShadow
.github/workflows/test.yml: Disable fail-fast

The integration test depends on flaky network services. We would like
to be able to retry just the failed jobs, which is not possible when
GitHub cancels all jobs when any fails.

3884 of 4192 relevant lines covered (92.65%)

390.53 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

92.86
/test/t/lib-init.bash
1
# Common test suite configuration.
2
# Sourced by test case scripts (through lib.sh),
3
# and mock programs (through lib-init-mock.bash).
4

5
set -eEuo pipefail
90✔
6
shopt -s lastpipe
90✔
7

8
IFS=$'\n'
90✔
9
export LC_COLLATE=C
180✔
10

11
test_globals_initial=$(comm -13 <(compgen -e | sort) <(compgen -v | sort))
540✔
12

13
if [[ -n ${ACONFMGR_CURRENT_TEST+x} ]]
90✔
14
then
15
        test_name=$ACONFMGR_CURRENT_TEST
×
16
else
17
        test_name=$(basename "$0" .sh)
180✔
18
fi
19
export ACONFMGR_CURRENT_TEST=$test_name
180✔
20

21
test_dir=../tmp/test/$test_name
90✔
22
config_dir=$test_dir/config
90✔
23
tmp_dir=$test_dir/tmp
90✔
24
test_data_dir=$test_dir/testdata
90✔
25
test_aur_dir=$test_dir/aur
90✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc