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

Rename all test funcs that mix camel and snake #2788

Merged
merged 4 commits into from
Apr 15, 2022

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Apr 14, 2022

Unify on Go standard camel case naming.

Unify on Go standard camel case naming.
@MrAlias MrAlias added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Apr 14, 2022
@MrAlias MrAlias added this to the Release v1.7.0 milestone Apr 14, 2022
@bradtopol
Copy link
Contributor

Great job! The snakes have left the building :-). LGTM

@MadVikingGod
Copy link
Contributor

I would caution doing too much of this. For tests it is probably ok, but for examples the current format is the format prescribed to get them to appear in the correct place in the documentation.

@codecov
Copy link

codecov bot commented Apr 15, 2022

Codecov Report

Merging #2788 (ce53ea7) into main (ff0857a) will increase coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2788   +/-   ##
=====================================
  Coverage   75.7%   75.7%           
=====================================
  Files        178     178           
  Lines      11703   11703           
=====================================
+ Hits        8862    8864    +2     
+ Misses      2616    2614    -2     
  Partials     225     225           
Impacted Files Coverage Δ
exporters/jaeger/jaeger.go 91.1% <0.0%> (+0.8%) ⬆️

@MrAlias MrAlias merged commit 0f3ab76 into open-telemetry:main Apr 15, 2022
@MrAlias MrAlias deleted the test-func-name branch April 15, 2022 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants