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

Add tests for actor #31

Merged
merged 26 commits into from
Sep 6, 2021
Merged

Add tests for actor #31

merged 26 commits into from
Sep 6, 2021

Conversation

albireox
Copy link
Member

@albireox albireox commented Sep 6, 2021

Fixes #25

@codecov
Copy link

codecov bot commented Sep 6, 2021

Codecov Report

Merging #31 (aa0ae52) into main (4103c62) will decrease coverage by 0.7%.
The diff coverage is 95.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main     #31     +/-   ##
=======================================
- Coverage   97.0%   96.4%   -0.6%     
=======================================
  Files          5      18     +13     
  Lines        619    1325    +706     
  Branches     114     217    +103     
=======================================
+ Hits         600    1276    +676     
- Misses         9      23     +14     
- Partials      10      26     +16     
Impacted Files Coverage Δ
archon/actor/actor.py 89.9% <ø> (ø)
archon/actor/commands/config.py 100.0% <ø> (ø)
archon/actor/commands/frame.py 100.0% <ø> (ø)
archon/actor/delegate.py 93.6% <86.7%> (ø)
archon/actor/commands/expose.py 97.6% <100.0%> (ø)
archon/actor/commands/flush.py 100.0% <100.0%> (ø)
archon/actor/commands/init.py 88.7% <100.0%> (ø)
archon/actor/commands/reconnect.py 100.0% <100.0%> (ø)
archon/actor/commands/reset.py 100.0% <100.0%> (ø)
archon/actor/commands/status.py 100.0% <100.0%> (ø)
... and 18 more

Continue to review full report at Codecov.

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

@albireox albireox merged commit 34cc504 into main Sep 6, 2021
@albireox albireox deleted the albireox/actor-testing branch September 6, 2021 23:40
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.

Add tests for actor(s)
1 participant