From 5a9ea51bd230ac716869b6ab1e7ba84a1e17a465 Mon Sep 17 00:00:00 2001 From: Itamar Friedman <108689937+coditamar@users.noreply.github.com> Date: Sun, 19 May 2024 15:19:19 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 98760acbb..246a671ef 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ 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.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 From d86556602454765aca1c62e4bc5b5e5fda0211db Mon Sep 17 00:00:00 2001 From: Itamar Friedman <108689937+coditamar@users.noreply.github.com> Date: Sun, 19 May 2024 15:25:53 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 246a671ef..2973af05f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 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.gif) +![Test generation process](https://www.codium.ai/wp-content/uploads/2024/05/CodiumAI-CoverAgent-v240519-1.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. From 9f619d3b5727a0f7020b38ba6c7863bb9d16a67f Mon Sep 17 00:00:00 2001 From: Itamar Friedman <108689937+coditamar@users.noreply.github.com> Date: Sun, 19 May 2024 15:33:13 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2973af05f..bb8ae9718 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ 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-1.gif) +![Test generation process](https://www.codium.ai/wp-content/uploads/2024/05/CodiumAI-CoverAgent-v240519-small.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. From e2458d7120d6f8f56f16f8c91ca74cf6570aa8c3 Mon Sep 17 00:00:00 2001 From: Itamar Friedman <108689937+coditamar@users.noreply.github.com> Date: Sun, 19 May 2024 15:52:36 +0300 Subject: [PATCH 4/4] Update README.md finally made it --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.