Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 authored Nov 15, 2024
1 parent df017c1 commit d5bb0e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ CodiumAI Cover Agent aims to help efficiently increasing code coverage, by autom
New mode - scan an entire repo, auto identify the test files, auto collect context for each test file, and extend the test suite with new tests.
How to run:

1) Create a branch in your repo
2) cd to your repo
3) Run the following command:
1) Install cover-agent on your venv: `pip install git+https://github.com/Codium-ai/cover-agent.git`
2) Create a branch in your repo
3) cd to your repo
4) Run the following command:
```shell
poetry run cover-agent-full-repo \
--project-language="python" \
Expand Down

0 comments on commit d5bb0e0

Please sign in to comment.