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

Require rspec-core for RSpec integration #1654

Merged

Conversation

elliterate
Copy link
Contributor

@elliterate elliterate commented Aug 13, 2021

This adds support for projects that use rspec-rails instead of standard rspec. (Both explicitly depend on rspec-core.)

@elliterate elliterate requested a review from a team August 13, 2021 20:52
This adds support for projects that use `rspec-rails` instead of
standard `rspec`. (Both explicitly depend on `rspec-core`.)
@elliterate elliterate force-pushed the rspec-integration-require-rspec-core branch from c05236a to 06c41f5 Compare August 13, 2021 20:53
@codecov-commenter
Copy link

Codecov Report

Merging #1654 (06c41f5) into master (80fb6e6) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1654   +/-   ##
=======================================
  Coverage   98.31%   98.31%           
=======================================
  Files         913      913           
  Lines       44247    44247           
=======================================
  Hits        43501    43501           
  Misses        746      746           
Impacted Files Coverage Δ
lib/datadog/ci/contrib/rspec/integration.rb 100.00% <100.00%> (ø)
spec/datadog/ci/contrib/rspec/integration_spec.rb 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80fb6e6...06c41f5. Read the comment docs.

Copy link
Member

@marcotc marcotc left a comment

Choose a reason for hiding this comment

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

Thank you so much, @elliterate!
This is a very nice catch. Your PR is more precise than our previous implementation.
🙇

@marcotc marcotc self-assigned this Aug 16, 2021
@marcotc marcotc merged commit 8b3b389 into DataDog:master Aug 18, 2021
@github-actions github-actions bot added this to the 0.53.0 milestone Aug 18, 2021
@marcotc marcotc added ci-app CI product for test suite instrumentation community Was opened by a community member labels Aug 18, 2021
@marcotc
Copy link
Member

marcotc commented Oct 6, 2021

@elliterate, thank you again for your contribution. 0.53.0 was just released, including the changes in this PR!

@elliterate elliterate deleted the rspec-integration-require-rspec-core branch October 6, 2021 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-app CI product for test suite instrumentation community Was opened by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants