coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

FileGlobs.py: Add tests for branch coverage of get_project_files #273

Open jayvdb opened 6 years ago

jayvdb commented 6 years ago

FileGlobs.py is at 100% coverage only because branch coverage has not been enabled.

When branch coverage is enabled, only 75% of the function get_project_files is covered.