Skip to content

Install Git LFS in release image#55

Merged
kvz merged 1 commit into
mainfrom
lfs-publish
May 20, 2026
Merged

Install Git LFS in release image#55
kvz merged 1 commit into
mainfrom
lfs-publish

Conversation

@kvz
Copy link
Copy Markdown
Member

@kvz kvz commented May 20, 2026

Why: the Docker publish helper verifies a clean git tree inside the release image, but that image did not include Git LFS. As a result, LFS-managed fixtures appeared modified inside Docker even when the host checkout was clean, blocking releases.

Changes:

  • Install git-lfs in the release Docker image.
  • Register Git LFS filters at image build time.

Verification:

  • Built the release image for linux/arm64.
  • Confirmed the LFS fixtures no longer appear in container git status.
  • Ran PYPI_TOKEN=dummy DOCKER_PLATFORM=linux/arm64 ./scripts/notify-registry.sh --dry-run.

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.60%. Comparing base (ab9f5cf) to head (6bd09f7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage   86.60%   86.60%           
=======================================
  Files           7        7           
  Lines         209      209           
  Branches       19       19           
=======================================
  Hits          181      181           
  Misses         28       28           
Flag Coverage Δ
unittests 86.60% <ø> (ø)

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.

@kvz kvz merged commit 5b3fb00 into main May 20, 2026
11 checks passed
@kvz kvz deleted the lfs-publish branch May 20, 2026 13:22
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