Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Upgrade the welcome message (under #cover-agent section in the README)
  • Loading branch information
coditamar authored May 18, 2024
1 parent 52587d8 commit 35e58c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ CodiumAI Cover Agent aims to help efficiently increasing code coverage, by autom
#### This repository includes the first known implementation of TestGen-LLM, described in the paper [Automated Unit Test Improvement using Large Language Models at Meta](https://arxiv.org/abs/2402.09171).

# Cover-Agent
Welcome to Cover-Agent. This focused project utilizes Generative AI to automate and enhance the generation of unit tests, aiming to streamline development workflows. Cover Agent can be integrated into popular CI platforms or run via a terminal, making it a critical asset for any software development team.
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 be integrated into popular CI platforms or run via a terminal, making it a critical asset for any software development team.

We invite the open-source community to collaborate and help extend the capabilities of Cover Agent, continuing its development as a cutting-edge solution in the domain of automated unit test generation.
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:
Expand Down

0 comments on commit 35e58c9

Please sign in to comment.