Skip to content

Conversation

@rsexton2
Copy link
Collaborator

@rsexton2 rsexton2 commented Jul 31, 2025

Fixes #20

Changes made in this Pull Request:

  • added initial working cli

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

@codecov
Copy link

codecov bot commented Jul 31, 2025

Codecov Report

❌ Patch coverage is 50.95541% with 77 lines in your changes missing coverage. Please review.
✅ Project coverage is 23.61%. Comparing base (777f5f5) to head (143c0e0).
⚠️ Report is 1 commits behind head on main.

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

@rsexton2
Copy link
Collaborator Author

@orbeckst I did some initial work on this.
I still need to do some testing and add docs etc. but feel free to take a look and suggest improvements.

Copy link
Member

@orbeckst orbeckst left a comment

Choose a reason for hiding this comment

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

Is there a way to keep the individual sub-parsers in each module so that the cli module just builds the full parser by calling functions in the sub module?

I'd avoid subprocess.run and instead create a main(...) function in each module that could be called from cli... or something like that.

In this way, all necessary information stays inside each module and if you change something in the module, you don't have to crosscheck cli.py.

@rsexton2
Copy link
Collaborator Author

@orbeckst This should be working now.
I still need to add tests but I believe it is functional.
@rjoshi44 if you want to try out the new cli let me know if anything breaks.

@rsexton2 rsexton2 merged commit 38a5297 into main Nov 26, 2025
14 checks passed
@orbeckst
Copy link
Member

@rsexton2 I enabled codecov-ai for this repo as requested.

@rsexton2 rsexton2 deleted the cli_fix20 branch December 1, 2025 18:50
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 CLI script basicrta

3 participants