Skip to content

Add --verbose flag - #36

Draft
sermuns wants to merge 1 commit into
terror:masterfrom
sermuns:master
Draft

Add --verbose flag#36
sermuns wants to merge 1 commit into
terror:masterfrom
sermuns:master

Conversation

@sermuns

@sermuns sermuns commented Feb 5, 2026

Copy link
Copy Markdown

It seems to be hard to both get a streaming output to your terminal AND capture the stdout of the running command.

This is a PoC, it just shows the invoked command and prints the captured output to the terminal. Might wanna show WHAT block in the markdown file it originated from.

Fixes #35.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.50000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.76%. Comparing base (a28dabd) to head (88af2c6).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/command.rs 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   95.12%   94.76%   -0.37%     
==========================================
  Files          12       12              
  Lines         431      439       +8     
==========================================
+ Hits          410      416       +6     
- Misses         21       23       +2     
Flag Coverage Δ
unit 94.76% <87.50%> (-0.37%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 --verbose flag

2 participants