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

Set heuristic as default value for unmatched routes arg #988

Merged
merged 2 commits into from
Jul 4, 2024

Conversation

marctc
Copy link
Contributor

@marctc marctc commented Jul 3, 2024

It seems that the most used value for unmatched parameter in routes block
is heuristic as it produces values that are closer to manual instrumentation.

This PR sets `heuristic as default value for this config argument.

@codecov-commenter
Copy link

codecov-commenter commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.77%. Comparing base (84af0d1) to head (de6ed35).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #988      +/-   ##
==========================================
+ Coverage   80.59%   80.77%   +0.17%     
==========================================
  Files         134      134              
  Lines       10688    10688              
==========================================
+ Hits         8614     8633      +19     
+ Misses       1565     1554      -11     
+ Partials      509      501       -8     
Flag Coverage Δ
integration-test 56.20% <ø> (+0.24%) ⬆️
k8s-integration-test 59.35% <ø> (+0.10%) ⬆️
oats-test 36.37% <ø> (+0.01%) ⬆️
unittests 50.58% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Contributor

@grcevski grcevski left a comment

Choose a reason for hiding this comment

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

LGTM!

@marctc marctc merged commit c06f949 into main Jul 4, 2024
8 checks passed
@marctc marctc deleted the change_routes_default branch July 4, 2024 08:24
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