Skip to content

Conversation

Keno
Copy link

@Keno Keno commented Aug 20, 2025

Similar to julia-buildpkg, this adds a git_cli input option that directly sets JULIA_PKG_USE_CLI_GIT for Julia 1.7+. This is particularly useful when tests need to clone private dependencies or work with complex SSH setups.

  • Added git_cli input parameter to action.yml
  • Directly set JULIA_PKG_USE_CLI_GIT environment variable in action.yml
  • Added version check warning in test_harness.jl for Julia < 1.7

🤖 Generated with Claude Code

Similar to julia-buildpkg, this adds a git_cli input option that directly sets
JULIA_PKG_USE_CLI_GIT for Julia 1.7+. This is particularly useful when
tests need to clone private dependencies or work with complex SSH setups.

- Added git_cli input parameter to action.yml
- Directly set JULIA_PKG_USE_CLI_GIT environment variable in action.yml
- Added version check warning in test_harness.jl for Julia < 1.7

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@Keno Keno requested a review from a team as a code owner August 20, 2025 05:55
Copy link

codecov bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (bf008bf) to head (c59e64f).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #148   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            2         2           
=========================================
  Hits             2         2           

☔ 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.

1 participant