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

ArduPilot / MethodicConfigurator / 22879097084
93%

Build:
DEFAULT BRANCH: master
Ran 09 Mar 2026 11:26PM UTC
Jobs 3
Files 156
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

09 Mar 2026 11:12PM UTC coverage: 92.09% (-0.4%) from 92.475%
22879097084

push

github

amilcarlucas
ci(pytest): fix SITL cache key to avoid per-run bloat and redundant downloads

The previous cache key used github.run_id, which is unique per workflow
run. This caused a cache miss every run, followed by a new cache save,
bloating the GitHub Actions cache and eventually evicting useful entries.
The SITL binary was still restored via the restore-keys fallback, but a
new cache entry was written on every run.

Fix by:
- Adding a 'Compute SITL cache key' step that derives a stable
  YYYY-QN key from the current date, matching the quarter-based
  download logic already present in the script
- Using SITL_CACHE_KEY as the exact cache key, giving exact hits for
  the entire quarter and writing only one new cache entry per quarter
- Caching sitl/ directly instead of sitl-cache/, eliminating the
  intermediate directory and the cp step
- Narrowing restore-keys to sitl-cache-ubuntu- to avoid restoring a
  binary built for a different architecture
- Simplifying the download step to check for sitl/arducopter directly,
  removing the now-unnecessary sitl-cache/<CACHE_KEY>/ subdirectory
  indirection

3270 of 3470 branches covered (94.24%)

21526 of 23375 relevant lines covered (92.09%)

1.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-py3.9 - 22879097084.1 09 Mar 2026 11:37PM UTC 78
92.48
GitHub Action Run
2 run-macos-latest-py3.14 - 22879097084.2 09 Mar 2026 11:26PM UTC 78
91.69
GitHub Action Run
3 run-ubuntu-latest-py3.14 - 22879097084.3 09 Mar 2026 11:45PM UTC 78
92.46
GitHub Action Run
Source Files on build 22879097084
  • Tree
  • List 156
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22879097084
  • dcb97c1b on github
  • Prev Build on master (#22848354836)
  • Next Build on master (#22895643579)
  • 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