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
- Host: GitHub
- URL: https://github.com/dentosal/llvm-codecov-diff
- Owner: Dentosal
- License: unlicense
- Created: 2024-08-20T14:10:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T14:58:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T06:23:51.507Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
````