An open API service indexing awesome lists of open source software.

https://github.com/dentosal/llvm-codecov-diff

A html diff generator for llvm html coverage reports
https://github.com/dentosal/llvm-codecov-diff

Last synced: 2 months ago
JSON representation

A html diff generator for llvm html coverage reports

Awesome Lists containing this project

README

          

# llvm-codecov-diff

A html diff generator for llvm html coverage reports

### Install deps

```bash
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
```

### Use

```bash
python3 app.py old.html new.html out.html
````