Skip to content

Conversation

pierremtb
Copy link
Contributor

Closes #1334

match dirs::home_dir() {
Some(home) => {
let path = home
.join("Applications")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likely not trivial at this point, started thread at https://kittycadworkspace.slack.com/archives/C04KFV6NKL0/p1758222119353819

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Guess this could be a * too 🫠

Copy link

codecov bot commented Sep 18, 2025

Codecov Report

❌ Patch coverage is 0% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.84%. Comparing base (de20f8d) to head (2a54554).

Files with missing lines Patch % Lines
src/cmd_app.rs 0.00% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1336      +/-   ##
==========================================
- Coverage   68.99%   68.84%   -0.16%     
==========================================
  Files          41       41              
  Lines        6344     6358      +14     
==========================================
  Hits         4377     4377              
- Misses       1967     1981      +14     
Flag Coverage Δ
unittests 68.84% <0.00%> (-0.16%) ⬇️

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.

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.

Fix zoo app command across platforms

1 participant