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

Fix outputting of <Popen> when running g #19

Merged
merged 2 commits into from
Dec 9, 2023
Merged

Fix outputting of <Popen> when running g #19

merged 2 commits into from
Dec 9, 2023

Conversation

tony
Copy link
Member

@tony tony commented Dec 9, 2023

Changes

Tests: Add G_IS_TEST`

Or else running g would be command (as expected), but followed by
output like this: <Popen: returncode: 1 args: ['git']>

@tony tony marked this pull request as ready for review December 9, 2023 11:51
tony added 2 commits December 9, 2023 05:52
Or else running "g" would be command (as expected), but followed by
output like this: <Popen: returncode: 1 args: ['git']>
@tony tony force-pushed the test-return-proc branch from 94496bd to 138aff7 Compare December 9, 2023 11:52
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (25f7d30) 71.24% compared to head (138aff7) 72.15%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   71.24%   72.15%   +0.91%     
==========================================
  Files           4        5       +1     
  Lines         153      158       +5     
==========================================
+ Hits          109      114       +5     
  Misses         44       44              

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

@tony tony merged commit dfc4a7f into master Dec 9, 2023
7 checks passed
@tony tony deleted the test-return-proc branch December 9, 2023 11:53
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