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

Improve limit check #256

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

urfeex
Copy link
Member

@urfeex urfeex commented Jan 29, 2025

This should reduce the limit check getting triggered and also improve the check's output for debugging purposes.

- Restrict text to avoid too long popup text messages
- Make the popup a warning
- Show full step in logs
The servo thread might run at a lower frequency than the receiving
thread, as servoj will be blocking for the scaled time. Thus, the new
command will be compared with one that is older. We want to make sure
that the commands that we receive are smooth.
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.20%. Comparing base (2c12bee) to head (8a0dc52).
Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
+ Coverage   71.71%   73.20%   +1.49%     
==========================================
  Files          71       75       +4     
  Lines        2786     2889     +103     
  Branches      353      360       +7     
==========================================
+ Hits         1998     2115     +117     
+ Misses        596      587       -9     
+ Partials      192      187       -5     

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

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.

1 participant