Skip to content

Commit

Permalink
Using absolute paths for images because of pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno authored Feb 1, 2024
1 parent 6b6baf1 commit 870e58f
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
@@ -1,4 +1,4 @@
<img src="images/logo.png?raw=True" align="right" width="20%"/>
<img src="https://github.com/plasma-umass/coverup/blob/main/images/logo.png?raw=True" align="right" width="20%"/>

# CoverUp: Automatically Generating Higher-Coverage Test Suites with AI

Expand Down Expand Up @@ -71,7 +71,7 @@ running CoverUp with [Docker](https://www.docker.com/).

## Evaluation

<img src="images/comparison.png?raw=True" align="right" width="65%"/>
<img src="https://github.com/plasma-umass/coverup/blob/main/images/comparison.png?raw=True" align="right" width="65%"/>

The graph shows CoverUp in comparison to the state-of-the-art [CodaMosa](https://www.carolemieux.com/codamosa_icse23.pdf),
which itself uses LLM queries to improve on the [Pynguin](https://github.com/se2p/pynguin) test generator.
Expand Down

0 comments on commit 870e58f

Please sign in to comment.