aschn / drf-tracking

Utils to track requests to Django Rest Framework API views
http://drf-tracking.readthedocs.org/
ISC License
366 stars 95 forks source link

Fix Coverage.py configuration #61

Closed frankie567 closed 7 years ago

frankie567 commented 7 years ago

Hi @avelis,

I hope I don't bother you too much with all my PRs! This is just a small configuration fix.

Currently, the default configuration was running coverage on our code-base but also on the dependencies, giving us a quite poor coverage score (~40%).

With this configuration, the coverage takes only into account our source code (which is, obviously, what we care about). We then have a decent coverage score of 97%.

Best regards!

avelis commented 7 years ago

@frankie567 Awesome coverage improvement! This is great.

Make as many PRs to the library as you like! It doesn't bother me at all.