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

pp: Don't silence os.Interrupt signal #86

Closed
wants to merge 1 commit into from

Conversation

purpleidea
Copy link

There's no benefit to doing so, let's remove it.

There's no benefit to doing so, let's remove it.
@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Patch coverage: 100.0% and no project coverage change.

Comparison is base (a67acbb) 83.4% compared to head (b04fe43) 83.4%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #86   +/-   ##
=====================================
  Coverage   83.4%   83.4%           
=====================================
  Files         12      12           
  Lines       2768    2768           
=====================================
  Hits        2308    2308           
  Misses       399     399           
  Partials      61      61           
Impacted Files Coverage Δ
internal/main.go 43.7% <100.0%> (ø)

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

@maruel
Copy link
Owner

maruel commented Jul 3, 2023

It is intentional.

@maruel maruel closed this Jul 3, 2023
@purpleidea
Copy link
Author

purpleidea commented Jul 3, 2023 via email

@maruel
Copy link
Owner

maruel commented Jul 3, 2023

The user can Ctrl-C out a test, so Ctrl-C out of go test |& pp does the right thing.

@purpleidea
Copy link
Author

purpleidea commented Jul 3, 2023 via email

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