Skip to content

Commit 4e54e2f

Browse files
authored
Merge pull request #1 from Codium-ai/coditamar-update-readme
Update readme and version
2 parents 60bad45 + dc82ead commit 4e54e2f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,16 @@ Below is the roadmap of planned features, with the current implementation status
166166
- [x] Automatically generates unit tests for your software projects, utilizing advanced AI models to ensure comprehensive test coverage and quality assurance. (similar to Meta)
167167
- [x] Being able to generate tests for different programming languages
168168
- [ ] Being able to deal with a large variety of testing scenarios
169+
- [ ] Generate a behavior analysis for the code under test, and generate tests accordingly
170+
- [ ] Check test flakiness, e.g. by running 5 times as suggested by TestGen-LLM
169171
- [ ] Cover more test generation pains
170172
- [ ] Generate new tests that are focused on the PR changeset
173+
- [ ] Run over an entire repo/code-base and attempt to enhance all existing test suites
171174
- [ ] Improve usability
172175
- [ ] Connectors for GitHub Actions, Jenkins, CircleCI, Travis CI, and more
176+
- [ ] Integrate into databases, APIs, OpenTelemetry and other sources of data to extract relevant i/o for the test generation
173177
- [ ] Add a setting file
178+
179+
## CodiumAI
180+
CodiumAI's mission is to enable busy dev teams to increase and maintain their code integrity.
181+
We offer various tools, including "Pro" versions of our open-source tools, which are meant to handle enterprise-level code complexity and are multi-repo codebase aware.

cover_agent/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.30
1+
0.1.31

0 commit comments

Comments
 (0)