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

Adds a base sigint_handler() method to the CommandSet. #1279

Merged
merged 1 commit into from
Sep 27, 2023

Adds a base sigint_handler() method to the CommandSet.

7f51fea
Select commit
Loading
Failed to load commit list.
Merged

Adds a base sigint_handler() method to the CommandSet. #1279

Adds a base sigint_handler() method to the CommandSet.
7f51fea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 26, 2023 in 0s

98.55% (+0.00%) compared to 9886b82

View this Pull Request on Codecov

98.55% (+0.00%) compared to 9886b82

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (9886b82) 98.55% compared to head (7f51fea) 98.55%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1279   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files          22       22           
  Lines        5729     5741   +12     
=======================================
+ Hits         5646     5658   +12     
  Misses         83       83           
Files Coverage Δ
cmd2/cmd2.py 98.26% <100.00%> (+<0.01%) ⬆️
cmd2/command_definition.py 100.00% <100.00%> (ø)

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