Skip to content

Distribute windows - #744

Open
JoeZiminski wants to merge 53 commits into
mainfrom
distribute-windows
Open

Distribute windows#744
JoeZiminski wants to merge 53 commits into
mainfrom
distribute-windows

Conversation

@JoeZiminski

@JoeZiminski JoeZiminski commented Jul 22, 2026

Copy link
Copy Markdown
Member

This PR is #587 but with the windows release only. Troubleshooting the release process will require making actual releases and changing the live docs, so it makes sense to keep it as simple as possible. The macOS release is more complex as it requires code signing and separate builds for intel and arm.

When the macOS release is made, the relevant files should be added back on top of this PR rather than re-split from #587.

# break the filename <-> download-link match.
fetch-depth: 0
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v4
startsWith(github.ref, 'refs/tags/v') ||
(github.event_name == 'workflow_dispatch' &&
inputs.test_release_upload)
uses: softprops/action-gh-release@v2
)
else:
output = subprocess.run(command, shell=True)
output = subprocess.run(format_command, shell=True)
@codecov

codecov Bot commented Jul 22, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 60.71429% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.10%. Comparing base (24b4ca0) to head (7af07b5).

Files with missing lines Patch % Lines
datashuttle/utils/rclone.py 68.75% 5 Missing ⚠️
datashuttle/tui_launcher.py 0.00% 4 Missing ⚠️
datashuttle/tui/app.py 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #744      +/-   ##
==========================================
- Coverage   90.28%   90.10%   -0.18%     
==========================================
  Files          54       54              
  Lines        4424     4445      +21     
==========================================
+ Hits         3994     4005      +11     
- Misses        430      440      +10     

☔ View full report in Codecov by Harness.
📢 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.

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.

3 participants