willkg / crashstats-tools

Command line tools and library for interacting with Crash Stats (https://crash-stats.mozilla.org/)
Mozilla Public License 2.0
7 stars 0 forks source link

Implement --leftover-count/no-leftover-count (#109) #110

Closed willkg closed 10 months ago

willkg commented 10 months ago

This fixes the case where the terms are not one-per-crash-report causing the term count sum to be greater than the total and then you end up with a weird-looking, nonsensical negative leftover count.

Now the leftover count is off by default.

Fixes #109