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 ctrl-c handling for windows #32

Merged
merged 14 commits into from
Apr 8, 2023
Merged

Add ctrl-c handling for windows #32

merged 14 commits into from
Apr 8, 2023

Conversation

Ananto30
Copy link
Owner

@Ananto30 Ananto30 commented Apr 2, 2023

No description provided.

@codecov
Copy link

codecov bot commented Apr 2, 2023

Codecov Report

Patch coverage: 86.18% and project coverage change: +0.60 🎉

Comparison is base (de463b0) 78.51% compared to head (cad6848) 79.12%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
+ Coverage   78.51%   79.12%   +0.60%     
==========================================
  Files          25       25              
  Lines         619      637      +18     
==========================================
+ Hits          486      504      +18     
  Misses        133      133              
Impacted Files Coverage Δ
zero/error.py 100.00% <ø> (ø)
zero/logger.py 0.00% <ø> (ø)
zero/utils/type_util.py 87.69% <ø> (ø)
zero/zero_mq/protocols.py 100.00% <ø> (ø)
zero/zero_mq/queue_device/worker.py 24.13% <0.00%> (ø)
zero/client_server/worker.py 24.24% <10.52%> (ø)
zero/zero_mq/factory.py 66.66% <75.00%> (ø)
zero/client_server/client.py 100.00% <100.00%> (ø)
zero/client_server/server.py 100.00% <100.00%> (ø)
zero/codegen/codegen.py 29.62% <100.00%> (ø)
... and 8 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Ananto30 Ananto30 marked this pull request as ready for review April 6, 2023 18:05
@Ananto30 Ananto30 linked an issue Apr 8, 2023 that may be closed by this pull request
@Ananto30 Ananto30 merged commit c387ca9 into main Apr 8, 2023
14 checks passed
@Ananto30 Ananto30 deleted the feat/windows-ctrl-c branch April 8, 2023 09:26
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.

Cant Handle KeyboardInterrupt (ctrl+c) at Win10.
1 participant