|
Ran
|
Jobs
5
|
Files
93
|
Run time
5min
|
Badge
README BADGES
|
push
travis-ci
yaml.load: Explicitly set yaml loader to SafeLoader PyYaml 5.1 has deprecated the usage of yaml.load(input) with the default loader. It has been accompanied by a message warning. As the usage of yaml in nmstate is for external input, the loader has been explicitly set to SafeLoader. Ref: https://msg.pyyaml.org/load https://github.com/yaml/pyyaml/commit/0cedb2a06 Signed-off-by: Edward Haas <edwardh@redhat.com>
3888 of 6132 relevant lines covered (63.41%)
0.63 hits per line