Skip to content

Conversation

@CodyCBakerPhD
Copy link
Contributor

Closes #45 and #356

@CodyCBakerPhD CodyCBakerPhD self-assigned this Jan 16, 2026
@CodyCBakerPhD CodyCBakerPhD added enhancement New feature or request semver-minor Increment the minor version when merged labels Jan 16, 2026
Comment on lines +24 to +25
def test_sanity(temp_output_dir: str, duct_cmd: str, sleep_command: str) -> None:
command = f"{duct_cmd} -p {temp_output_dir}log_ {sleep_command} 0.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDEA: we may be better off making a sleep.py fixture file that handles these complexities and calling duct python on that script

@CodyCBakerPhD CodyCBakerPhD mentioned this pull request Jan 23, 2026
@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

❌ Patch coverage is 31.70732% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.77%. Comparing base (f35633e) to head (4adf1b8).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/con_duct/duct_main.py 31.70% 24 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #371      +/-   ##
==========================================
- Coverage   91.38%   86.77%   -4.61%     
==========================================
  Files           8        8              
  Lines        1056     1089      +33     
  Branches      138      143       +5     
==========================================
- Hits          965      945      -20     
- Misses         69      118      +49     
- Partials       22       26       +4     

☔ View full report in Codecov by Sentry.
📢 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

enhancement New feature or request semver-minor Increment the minor version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Windows

1 participant