Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Added --try mode to commands #375

Merged
merged 8 commits into from
Mar 17, 2024
Merged

🚀 Added --try mode to commands #375

merged 8 commits into from
Mar 17, 2024

Conversation

swiftyfinch
Copy link
Owner

Description

  • I've added a new flag --try with only the selected targets are printed.

Checklist (I have ...)

  • 🧐 Followed the code style of the rest of the project
  • 📖 Updated the documentation, if necessary
  • 👨🏻‍🔧 Added at least one test which validates that my change is working, if appropriate
  • 👮🏻‍♂️ Run make lint and fixed all warnings
  • ✅ Run make test and fixed all tests

❤️ Thanks for contributing to the 🏈 Rugby!

@swiftyfinch swiftyfinch added the 🚀 Enhancement New feature or request label Mar 17, 2024
@swiftyfinch swiftyfinch self-assigned this Mar 17, 2024
Copy link

codecov bot commented Mar 17, 2024

Codecov Report

Attention: Patch coverage is 83.09859% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 64.40%. Comparing base (6a3eda1) to head (0b98577).
Report is 2 commits behind head on main.

Files Patch % Lines
...tion/Core/Common/XcodeProject/TargetsPrinter.swift 0.00% 4 Missing ⚠️
.../RugbyFoundation/Core/Test/TestImpactManager.swift 75.00% 3 Missing ⚠️
...rces/RugbyFoundation/Core/Build/BuildManager.swift 87.50% 1 Missing ⚠️
...yFoundation/Core/Delete/DeleteTargetsManager.swift 87.50% 1 Missing ⚠️
...ources/RugbyFoundation/Core/Test/TestManager.swift 92.30% 1 Missing ⚠️
.../RugbyFoundation/Core/Use/UseBinariesManager.swift 83.33% 1 Missing ⚠️
...es/RugbyFoundation/Core/Warmup/WarmupManager.swift 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #375      +/-   ##
==========================================
+ Coverage   64.30%   64.40%   +0.10%     
==========================================
  Files         146      148       +2     
  Lines        3740     3779      +39     
==========================================
+ Hits         2405     2434      +29     
- Misses       1335     1345      +10     

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

@swiftyfinch swiftyfinch marked this pull request as ready for review March 17, 2024 17:16
@swiftyfinch swiftyfinch merged commit 093a200 into main Mar 17, 2024
11 checks passed
@swiftyfinch swiftyfinch deleted the try-command-mode branch March 17, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 Enhancement New feature or request
Projects
None yet
1 participant