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

Adjust Github Actions #532

Merged
merged 1 commit into from
Jan 1, 2024
Merged

Adjust Github Actions #532

merged 1 commit into from
Jan 1, 2024

Conversation

0x46616c6b
Copy link
Member

@0x46616c6b 0x46616c6b commented Dec 30, 2023

  • Remove permissions in workflows (should be the default)
  • Use the fixed version runner: ubuntu-22.04
  • Name all steps (convenience)
  • Use Node LTS
  • Cache Node Dependencies

Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (63cc1f1) 37.99% compared to head (29be8d7) 37.99%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #532   +/-   ##
=========================================
  Coverage     37.99%   37.99%           
  Complexity     1115     1115           
=========================================
  Files           181      181           
  Lines          4427     4427           
=========================================
  Hits           1682     1682           
  Misses         2745     2745           

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

@0x46616c6b 0x46616c6b force-pushed the Adjust-Github-Actions branch 2 times, most recently from 265c432 to 502a724 Compare December 30, 2023 20:19
@0x46616c6b 0x46616c6b force-pushed the Adjust-Github-Actions branch from 502a724 to 29be8d7 Compare December 30, 2023 20:19
@0x46616c6b 0x46616c6b marked this pull request as ready for review December 30, 2023 20:23
Copy link
Contributor

@doobry-systemli doobry-systemli left a comment

Choose a reason for hiding this comment

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

Good to go apart from my comment. Feel free to merge anyway, but I'd be curious about the reasoning.

@@ -30,15 +28,18 @@ env:

jobs:
unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
Copy link
Contributor

Choose a reason for hiding this comment

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

What's the reason for this change? As long as there's no incompatibilities with ubuntu-latest I'd prefer to keep it to not have to manually bump it later. But no hard feelings here 🤷

Copy link
Member Author

Choose a reason for hiding this comment

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

I prefer following the principle of having fixed versions instead of floating ones. This way, I aim to avoid any surprises in the future. 😄

@0x46616c6b 0x46616c6b merged commit b08567c into main Jan 1, 2024
12 checks passed
@0x46616c6b 0x46616c6b deleted the Adjust-Github-Actions branch January 1, 2024 16:43
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.

2 participants