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

Fix scope_model and add comments #1433

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Fix scope_model and add comments #1433

merged 2 commits into from
Jul 24, 2024

Conversation

jmthomas
Copy link
Member

No description provided.

@jmthomas jmthomas requested a review from ryanmelt July 24, 2024 20:38
@@ -113,6 +113,7 @@ def create(update: false, force: false, queued: false)
# Ensure there are no "." in the scope name - prevents gems accidently becoming scope names
raise "Invalid scope name: #{@name}" if @name !~ /^[a-zA-Z0-9_-]+$/
@name = @name.upcase
@scope = @name # Ensure @scope matches @name
Copy link
Member Author

Choose a reason for hiding this comment

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

@scope is used by all the deployment steps and without this it is not uppercase

Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.64%. Comparing base (2f0eeae) to head (6c7ca5a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1433   +/-   ##
=======================================
  Coverage   75.63%   75.64%           
=======================================
  Files         603      603           
  Lines       44827    44828    +1     
  Branches      787      787           
=======================================
+ Hits        33907    33909    +2     
  Misses      10832    10832           
+ Partials       88       87    -1     
Flag Coverage Δ
frontend 54.89% <ø> (+0.03%) ⬆️
python 83.97% <ø> (-0.01%) ⬇️
ruby-api 48.97% <ø> (ø)
ruby-backend 80.85% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link

@jmthomas jmthomas merged commit 61e01cb into main Jul 24, 2024
25 of 26 checks passed
@jmthomas jmthomas deleted the scope branch July 24, 2024 22:55
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