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 instrumentation generator #2805

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

kaylareopelle
Copy link
Contributor

This PR resolves two problems with the instrumentation generator that were discovered during #2796

  • Rubocop has stricter checks on using :: to prefix a class now It consistently fails on files generated from this template
  • There's a syntax error due to a missing comma in the config HEREDOC

* Rubocop has stricter checks on using :: to prefix a class now
It consistently fails on files generated from this template
* There's a syntax error due to a missing comma in the config HEREDOC
Copy link

SimpleCov Report

Coverage Threshold
Line 93.89% 93%
Branch 70.72% 50%

@kaylareopelle kaylareopelle added the 1 Story Point Estimate label Aug 14, 2024
@kaylareopelle kaylareopelle merged commit acc9bb9 into dev Aug 14, 2024
33 checks passed
@kaylareopelle kaylareopelle deleted the instrumentation-generator-updates branch August 14, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 Story Point Estimate
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants