• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ArduPilot / MethodicConfigurator / 22830636392
93%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2026 02:53AM UTC
Jobs 1
Files 78
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Mar 2026 09:49PM UTC coverage: 91.21% (-0.005%) from 91.215%
22830636392

push

github

amilcarlucas
ci(pytest): pytest was hiting github.com rate limits

The integration tests make unauthenticated GitHub API requests, which are limited to 60 requests/hour per source IP.
macOS GitHub Actions runners frequently share the same egress IPs across many concurrent workflows, exhausting the quota.
Linux/Windows runners are less susceptible due to different network allocation.

Fix 1 — backend_internet.py:130:
Added _get_github_api_headers() which reads GITHUB_TOKEN from the environment and returns an Authorization: Bearer <token> header.
This header is now passed to every get_release_info() call.
An authenticated request raises the rate limit from 60 to 5,000 requests/hour.

Fix 2 — pytest.yml:156:
Added env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} to the pytest step.
secrets.GITHUB_TOKEN is a built-in token automatically available in every GitHub Actions run — no repository secret configuration is required.
All three OS matrix runners (Ubuntu, Windows, macOS) will now use authenticated requests.

1604 of 1735 branches covered (92.45%)

5 of 6 new or added lines in 1 file covered. (83.33%)

10667 of 11695 relevant lines covered (91.21%)

0.91 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
89.63
-0.12% ardupilot_methodic_configurator/backend_internet.py
Jobs
ID Job ID Ran Files Coverage
1 22830636392.1 09 Mar 2026 02:53AM UTC 78
91.21
GitHub Action Run
Source Files on build 22830636392
  • Tree
  • List 78
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22830636392
  • 749f7828 on github
  • Prev Build on master (#22829570686)
  • Next Build on master (#22830657620)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc