davisagli / SublimePythonCoverage

Sublime Text 2 plugin integrating coverage.py analysis and highlighting for Python
29 stars 17 forks source link

Ignore omitted files #2

Closed tgecho closed 12 years ago

tgecho commented 12 years ago

I'm not sure if I have something misconfigured, but it's currently highlighting all of my test files even though I have coverage.py configured to omit them.

Excluded code seems to work properly, but omitted files do not.

Thanks for the great tool!

tgecho commented 12 years ago

I have a pull request incoming, but it looks like github is having a little queue issue, so I'll need to wait until my commit actually shows up online.