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

IGNORE_OVERLAP in telemetry #1208

Merged
merged 3 commits into from
Apr 29, 2024
Merged

IGNORE_OVERLAP in telemetry #1208

merged 3 commits into from
Apr 29, 2024

Conversation

jmthomas
Copy link
Member

@jmthomas jmthomas commented Apr 18, 2024

closes #1202

Branched from #1201 because that introduced test_packet_config.py file

@jmthomas jmthomas requested a review from ryanmelt April 18, 2024 03:41
@jmthomas jmthomas changed the title Ignore offsets IGNORE_OVERLAP in telemetry Apr 18, 2024
Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.47%. Comparing base (130b90b) to head (c9ca134).
Report is 29 commits behind head on main.

❗ Current head c9ca134 differs from pull request most recent head b6e458a. Consider uploading reports for the commit b6e458a to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1208      +/-   ##
==========================================
+ Coverage   74.92%   76.47%   +1.55%     
==========================================
  Files         599      575      -24     
  Lines       44200    42551    -1649     
  Branches      759      759              
==========================================
- Hits        33115    32540     -575     
+ Misses      11001     9928    -1073     
+ Partials       84       83       -1     
Flag Coverage Δ
frontend 55.33% <ø> (-0.04%) ⬇️

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.

@target_name = target_name.upcase.freeze
else
@target_name = nil
end
@target_name
Copy link
Member

Choose a reason for hiding this comment

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

I understand this is redundant, but I like explicit returns. Should be "return @target_name"

Copy link
Member Author

Choose a reason for hiding this comment

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

A setter should not have a return. That's why I removed it ... not because it was implicit

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

@ryanmelt ryanmelt left a comment

Choose a reason for hiding this comment

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

Please add explicit returns to places where last line was removed.

@jmthomas jmthomas merged commit 7cf3ffc into main Apr 29, 2024
11 checks passed
@jmthomas jmthomas deleted the ignore_offsets branch April 29, 2024 16:43
Copy link

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Packet level IGNORE_OVERLAP
2 participants