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

feat(template): Add acronym filter #120

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Conversation

lquerel
Copy link
Contributor

@lquerel lquerel commented Apr 18, 2024

This PR implements the issue #116. Examples, tests, and documentations have been integrated into this PR.

Closing #116

@lquerel lquerel added the enhancement New feature or request label Apr 18, 2024
@lquerel lquerel self-assigned this Apr 18, 2024
@lquerel lquerel requested a review from jsuereth as a code owner April 18, 2024 05:58
Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.2%. Comparing base (2d33626) to head (f5ef592).

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #120     +/-   ##
=======================================
+ Coverage   65.1%   65.2%   +0.1%     
=======================================
  Files         57      58      +1     
  Lines       3343    3353     +10     
=======================================
+ Hits        2177    2187     +10     
  Misses      1166    1166             

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

@@ -26,6 +26,7 @@ jaq-std = "1.2.1"
jaq-interpret = "1.2.1"
jaq-parse = "1.0.2"
indexmap = "2.2.6"
regex = "1.10.4"
Copy link
Contributor

Choose a reason for hiding this comment

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

Now we have 100 problems... https://xkcd.com/1171/

@lquerel lquerel merged commit 1622821 into open-telemetry:main Apr 18, 2024
20 checks passed
@lquerel lquerel deleted the acronym branch April 18, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants