Skip to content

Conversation

@zachwaite
Copy link
Contributor

This example application is a bare minimum example of the core functionality. Persistence is not enabled, nor is logging, nor any kind of user interface. It just starts, runs some commands, queries the final state and prints it.

It models a "light switch". You can "install" the switch, then turn it "off" or "on" using commands. You can issue a query to get the current state of a switch.

@codecov
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.15%. Comparing base (2c91b45) to head (637c887).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #321      +/-   ##
==========================================
- Coverage   84.89%   84.15%   -0.75%     
==========================================
  Files          15       14       -1     
  Lines        1225     1155      -70     
==========================================
- Hits         1040      972      -68     
+ Misses        185      183       -2     

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

This example application is a bare minimum example of the core functionality.
Persistence is not enabled, nor is logging, nor any kind of user interface. It
just starts, runs some commands, queries the final state and prints it.

It models a "light switch". You can "install" the switch, then turn it "off" or
"on" using commands. You can issue a query to get the current state of a switch.
@zachwaite zachwaite force-pushed the feat/add-lightswitch-example branch from 637c887 to 0d304d5 Compare February 21, 2025 11:29
@zachwaite
Copy link
Contributor Author

Replacing this PR with new one

@zachwaite zachwaite closed this Feb 22, 2025
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