Skip to content

ci: fetch Git LFS assets in workflow jobs#49

Merged
tim-kos merged 2 commits intomainfrom
tim/ci-enable-lfs-checkout
Apr 28, 2026
Merged

ci: fetch Git LFS assets in workflow jobs#49
tim-kos merged 2 commits intomainfrom
tim/ci-enable-lfs-checkout

Conversation

@tim-kos
Copy link
Copy Markdown
Member

@tim-kos tim-kos commented Apr 28, 2026

Summary

Enable Git LFS checkout in CI jobs.

Why

Recent CI failures started after moving binary fixtures to LFS. Without LFS checkout, runners can end up with pointer files instead of real fixtures.

This is especially risky for jobs that use chameleon.jpg in tests/E2E flows.

Changes

  • Set lfs: true on actions/checkout@v4 in:
  • python matrix job
  • python-e2e job

Notes

Historic failed run logs are no longer downloadable (GitHub API returns 410), so this fix hardens the workflow based on the timing/correlation with the LFS migration.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.03%. Comparing base (0d5927d) to head (a167c0b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #49   +/-   ##
=======================================
  Coverage   87.03%   87.03%           
=======================================
  Files           7        7           
  Lines         216      216           
  Branches       27       27           
=======================================
  Hits          188      188           
  Misses         28       28           
Flag Coverage Δ
unittests 87.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tim-kos tim-kos merged commit a255b85 into main Apr 28, 2026
11 checks passed
@tim-kos tim-kos deleted the tim/ci-enable-lfs-checkout branch April 28, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants