cpp-coveralls
cpp-coveralls copied to clipboard
YAMLLoadWarning
We get this warning when we use coveralls on OpenSuSE Tumbleweed
/home/johnny/.local/lib/python3.7/site-packages/cpp_coveralls/__init__.py:49: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
yml = yaml.load(fp)
Any update?