travis-ci
<a href="https://github.com/akrennmair/newsbeuter/commit/<a class=hub.com/akrennmair/newsbeuter/commit/f330709fa763647cb3c59cba9f41abb722404d52">f330709fa<a href="https://github.com/akrennmair/newsbeuter/commit/f330709fa763647cb3c59cba9f41abb722404d52">">Don&#39;t use make_parents with the filename Previously, we were using a, now removed, function called mkdir_p to create the directories for the podbeuter download. That function had a bug(or was it a feature?) that always ignored the last part of the path. This worked with the current setup well since it was only passed paths that included a filename that should be ignored when created the directories anyway. In </a><a class="double-link" href="https://github.com/akrennmair/newsbeuter/commit/<a class="double-link" href="https://github.com/akrennmair/newsbeuter/commit/f1dd88e4a4e31c5945a12cbbef6d99df28cad67d">f1dd88e4a</a>">f1dd88e4a</a><a href="https://github.com/akrennmair/newsbeuter/commit/f330709fa763647cb3c59cba9f41abb722404d52"> it was changed to use mkdir_parents and mkdir_p was removed. This caused all the files podbeuter was trying to download to be created as directories instead of regular files, causing all subsequent attempts to write to them to fail. Fixes #421
3 of 3 new or added lines in 1 file covered. (100.0%)
4299 of 13251 relevant lines covered (32.44%)
1020.55 hits per line
The commit SHA "f330709fa763647cb3c59cba9f41abb722404d52" was not found in your repository, so the file cannot be loaded. This may be because you posted from a local development environment, or your CI created an ephemeral commit.