Hacker News new | ask | show | jobs
by rv77ax 2919 days ago
I think using number of downloaded will also count number of build on each commit. Imagine if you have three branch in your repository, each push will rebuild the project (redownload dependencies). If you push three times a day it will download three dependencies three times.

Also, some project include their dependencies to VCS which only count once per build.