archived-codacy / python-codacy-coverage

DEPRECATED Python coverage reporter for Codacy
BSD 3-Clause "New" or "Revised" License
45 stars 38 forks source link

Fix subfolder traversal in 'file_exists'. #31

Closed mathebox closed 8 years ago

mathebox commented 8 years ago

file_exists requires a path and not only the subfolder name.

Right now some files in subfolders won't be found. On Travis this also caused a infinite recursion

machadoit commented 8 years ago

LGTM! 👍

machadoit commented 8 years ago

https://github.com/codacy/python-codacy-coverage/releases/tag/1.3.3