Skip to content

Correctly pass arguments to a rake task#1514

Merged
st0012 merged 1 commit intogetsentry:masterfrom
y-yagi:pass-arguments-to-take-task
Jul 26, 2021
Merged

Correctly pass arguments to a rake task#1514
st0012 merged 1 commit intogetsentry:masterfrom
y-yagi:pass-arguments-to-take-task

Conversation

@y-yagi
Copy link
Copy Markdown
Contributor

@y-yagi y-yagi commented Jul 26, 2021

Description

Due to effect of #1509, arguments of Rake task are lost now. This patch pass arguments to Rake as before.

I'm sorry to miss this!

@st0012 st0012 self-assigned this Jul 26, 2021
@st0012 st0012 added this to the 4.7.0 milestone Jul 26, 2021
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 26, 2021

Codecov Report

❌ Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.75%. Comparing base (02401e9) to head (f945ffb).
⚠️ Report is 770 commits behind head on master.

Files with missing lines Patch % Lines
sentry-ruby/lib/sentry/rake.rb 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1514      +/-   ##
==========================================
+ Coverage   98.19%   98.75%   +0.56%     
==========================================
  Files         218      123      -95     
  Lines       10597     6770    -3827     
==========================================
- Hits        10406     6686    -3720     
+ Misses        191       84     -107     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@y-yagi y-yagi force-pushed the pass-arguments-to-take-task branch from a23020e to f945ffb Compare July 26, 2021 01:41
Copy link
Copy Markdown
Contributor

@st0012 st0012 left a comment

Choose a reason for hiding this comment

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

thanks for catching this and the PR 👍

@st0012 st0012 merged commit b1de334 into getsentry:master Jul 26, 2021
@y-yagi y-yagi deleted the pass-arguments-to-take-task branch July 26, 2021 01:59
@st0012 st0012 modified the milestones: 4.7.0, 4.6.3 Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants