kiwi-el8/kiwi/filesystem
Marcus Schäfer 490a9db564
Use pragma: no cover to skip non reachable code
Instead of placing the file into .coveragerc use the
no cover pragma to skip code paths that can never be
reached from being counted in the coverage report.
This affects the abstract constructors in the Factory
classes
2020-09-29 09:58:22 +02:00
..
__init__.py Use pragma: no cover to skip non reachable code 2020-09-29 09:58:22 +02:00
base.py Use rsync in inplace transfer mode 2020-07-15 16:56:28 +02:00
btrfs.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
clicfs.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
ext2.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
ext3.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
ext4.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
fat16.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
fat32.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00
isofs.py Fixed ISO creation on ppc 2020-02-09 19:21:14 +01:00
setup.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
squashfs.py Cleanup use of machine platform name 2020-05-13 13:47:42 +02:00
swap.py Prevent swap partition to be the last one 2019-11-25 12:05:57 +01:00
xfs.py Cleanup api doc strings 2018-04-17 10:29:42 +02:00