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

test(protocol-engine): Port some tests #15477

Merged
merged 4 commits into from
Jun 21, 2024
Merged

test(protocol-engine): Port some tests #15477

merged 4 commits into from
Jun 21, 2024

Conversation

SyntaxColoring
Copy link
Contributor

Overview

Minor refactors in the neighborhood of EXEC-383.

Test plan

None needed.

Changelog

  • Delete CommandView.get_implicitly_active(), which was unused.
  • Port some old CommandStore and CommandView tests to the new higher-level style, as opposed to testing low-level CommandState values. (See this note.)

Risk assessment

Low.

Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.43%. Comparing base (5ce130b) to head (91cfb83).
Report is 49 commits behind head on edge.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             edge   #15477       +/-   ##
===========================================
+ Coverage   60.43%   92.43%   +32.00%     
===========================================
  Files         154       77       -77     
  Lines       12119     1283    -10836     
===========================================
- Hits         7324     1186     -6138     
+ Misses       4795       97     -4698     
Flag Coverage Δ
g-code-testing 92.43% <ø> (?)
hardware ?
shared-data ?

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

see 231 files with indirect coverage changes

Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

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

Nice, love a tests update

@SyntaxColoring SyntaxColoring merged commit c0b17a1 into edge Jun 21, 2024
38 checks passed
@SyntaxColoring SyntaxColoring deleted the port_some_tests branch June 21, 2024 19:06
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.

2 participants