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

Fix #343, server now process chunks of bytes #346

Merged
merged 2 commits into from
Jan 21, 2024

Fix #344, 'raw_unicode_escape' -> 'latin-1' (#345)

c030133
Select commit
Loading
Failed to load commit list.
Merged

Fix #343, server now process chunks of bytes #346

Fix #344, 'raw_unicode_escape' -> 'latin-1' (#345)
c030133
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jan 21, 2024 in 0s

100.00% (+0.00%) compared to 055e0f2

View this Pull Request on Codecov

100.00% (+0.00%) compared to 055e0f2

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (055e0f2) 100.00% compared to head (c030133) 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #346   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           38        38           
  Lines         8068      8065    -3     
=========================================
- Hits          8068      8065    -3     
Files Coverage Δ
simulators/acu/__init__.py 100.00% <100.00%> (ø)
simulators/acu/axis_status.py 100.00% <ø> (ø)
simulators/acu/pointing_status.py 100.00% <ø> (ø)
simulators/gaia/__init__.py 100.00% <100.00%> (ø)
simulators/minor_servos/__init__.py 100.00% <100.00%> (ø)
simulators/mscu/__init__.py 100.00% <100.00%> (ø)
simulators/server.py 100.00% <100.00%> (ø)
simulators/totalpower/__init__.py 100.00% <100.00%> (ø)
simulators/utils.py 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 055e0f2...c030133. Read the comment docs.