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

CyberShadow / aconfmgr / 373

02 Dec 2023 10:51AM UTC coverage: 84.045% (-9.6%) from 93.666%
373

push

github

CyberShadow-Renovate
Update dependency paru to v20231201221822

0 of 1 new or added line in 1 file covered. (0.0%)

410 existing lines in 22 files now uncovered.

3777 of 4494 relevant lines covered (84.05%)

145.36 hits per line

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

10.0
/test/t/t-2_apply-1_packages-6_aur-1_makepkg-4_split.sh
1
#!/bin/bash
2
source ./lib.bash
1✔
3

4
# Test installing split packages.
5
TestNeedAUR
1✔
UNCOV
6
TestNeedAuracle
×
7

UNCOV
8
TestPhase_Setup ###############################################################
×
9

UNCOV
10
read -r -d '' pkgbuild <<'EOF' || true
×
UNCOV
11
pkgbase=test-package-base
×
12
pkgname=(test-subpackage)
UNCOV
13
pkgver=1
×
UNCOV
14
pkgrel=1
×
15
arch=(any)
16
source=(files.tar)
17
md5sums=(SKIP)
18

UNCOV
19
package_test-subpackage() {
×
UNCOV
20
        tar xf "$srcdir"/files.tar -C "$pkgdir"
×
21
}
UNCOV
22
EOF
×
23

UNCOV
24
TestAddPackageFile test-package-base /testfile.txt 'File contents'
×
UNCOV
25
TestCreatePackage test-package-base foreign "$(printf pkgbuild=%q "$pkgbuild")" pkg_fn=test-subpackage-1-1-any.pkg.tar.zst
×
UNCOV
26
TestAddConfig AddPackage --foreign test-subpackage
×
UNCOV
27
unset pkgbuild
×
28

UNCOV
29
TestPhase_Run #################################################################
×
UNCOV
30
AconfApply
×
31

UNCOV
32
TestPhase_Check ###############################################################
×
UNCOV
33
diff -u <(cat /testfile.txt) <(printf 'File contents')
×
34

UNCOV
35
TestDone ######################################################################
×
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

© 2025 Coveralls, Inc