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

⚙️ Creating a symlink to the latest logs folder #368

Merged
merged 2 commits into from
Mar 16, 2024

Conversation

swiftyfinch
Copy link
Owner

@swiftyfinch swiftyfinch commented Mar 14, 2024

Description

  • I've added creating a symlink to the latest logs folder;
  • That should be useful to beautify rawBuild.log after using the rugby build command.
- name: Beautify logs
  if: always()
  run: cat ~/.rugby/logs/+latest/rawBuild.log 2>&1 | xcbeautify --renderer github-actions
Messages in a pull request changes
Screenshot 2024-03-15 at 20 16 09
Screenshot 2024-03-15 at 20 16 18

References

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 ⚙️ Engineering Task Technical stuff label Mar 14, 2024
@swiftyfinch swiftyfinch self-assigned this Mar 14, 2024
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

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

Project coverage is 64.30%. Comparing base (d0c23e2) to head (c50a3eb).

Files Patch % Lines
...ion/Core/Build/XcodeBuild/XcodeBuildExecutor.swift 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #368      +/-   ##
==========================================
- Coverage   64.32%   64.30%   -0.03%     
==========================================
  Files         146      146              
  Lines        3734     3740       +6     
==========================================
+ Hits         2402     2405       +3     
- Misses       1332     1335       +3     

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

@swiftyfinch swiftyfinch force-pushed the latest-log-symlink branch 4 times, most recently from e6c4831 to 6aa4c25 Compare March 16, 2024 16:59
@swiftyfinch swiftyfinch merged commit 6a3eda1 into main Mar 16, 2024
9 of 11 checks passed
@swiftyfinch swiftyfinch deleted the latest-log-symlink branch March 16, 2024 17:31
@swiftyfinch swiftyfinch changed the title ⚙️ Creating a simlink to the latest logs folder ⚙️ Creating a symlink to the latest logs folder Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant