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

(CAT-648) - Mark release*.rb files as non-executable #1378

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

jordanbreen28
Copy link
Contributor

@jordanbreen28 jordanbreen28 commented Jul 16, 2024

Summary

Prior to this PR, the release.rb and release_spec.rb files were marked as executable. This was an error, and these files do not need to have these permissions. This PR updates the permissions of these files to match the other files found in the ./lib/pdk/cli and ./spec/unit/pdk/cli directories.

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified.

Prior to this commit, the release.rb and release_spec.rb files were
marked as executable. This was an error, and these files do not need to
have these permissions. This commit updates the permissions of these
files to match the other files found in the ./lib/pdk/cli and
./spec/unit/pdk/cli directories.
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.54%. Comparing base (da0a3b8) to head (fb4ecb8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1378   +/-   ##
=======================================
  Coverage   88.54%   88.54%           
=======================================
  Files         127      127           
  Lines        5334     5334           
=======================================
  Hits         4723     4723           
  Misses        611      611           

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

@jordanbreen28 jordanbreen28 marked this pull request as ready for review July 16, 2024 11:34
@jordanbreen28 jordanbreen28 requested a review from a team as a code owner July 16, 2024 11:34
@danadoherty639 danadoherty639 merged commit 54e2ae2 into main Jul 16, 2024
10 of 11 checks passed
@danadoherty639 danadoherty639 deleted the CAT=648-mark_release_non-executable branch July 16, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants