christianspecht / scm-backup

Makes offline backups of your cloud hosted source code repositories
https://scm-backup.org/
GNU General Public License v3.0
59 stars 20 forks source link

fix GitHub API rate limit issues #7

Closed christianspecht closed 6 years ago

christianspecht commented 7 years ago

Some of the GithubApiTests make GitHub API requests without authentication.

Sometimes this hits the GitHub API's rate limit (60 requests/hour) because too many unauthenticated requests are coming from Appveyor's IPs (example log file)

--> skip the tests without authentication when running on AppVeyor? (for example with Xunit.SkippableFact)