diff --git a/README.md b/README.md index bb8ae9718..3a49e1278 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,11 @@ CodiumAI Cover Agent aims to help efficiently increasing code coverage, by autom # Cover-Agent Welcome to Cover-Agent. This focused project utilizes Generative AI to automate and enhance the generation of tests (currently mostly unit tests), aiming to streamline development workflows. Cover-Agent can run via a terminal, and is planned to be integrated into popular CI platforms. - -![Test generation process](https://www.codium.ai/wp-content/uploads/2024/05/CodiumAI-CoverAgent-v240519-small.gif) - +![Test generation xxx](https://www.codium.ai/wp-content/uploads/2024/05/CodiumAI-CoverAgent-v240519-small-loop.gif) We invite the community to collaborate and help extend the capabilities of Cover Agent, continuing its development as a cutting-edge solution in the automated unit test generation domain. We also wish to inspire researchers to leverage this open-source tool to explore new test-generation techniques. + ## Overview This tool is part of a broader suite of utilities designed to automate the creation of unit tests for software projects. Utilizing advanced Generative AI models, it aims to simplify and expedite the testing process, ensuring high-quality software development. The system comprises several components: 1. **Test Runner:** Executes the command or scripts to run the test suite and generate code coverage reports.