https://github.com/vrince/vue-gcovr
Simple vuejs app to display gcovr json summary
https://github.com/vrince/vue-gcovr
gcov gcovr vuejs vutify
Last synced: about 1 year ago
JSON representation
Simple vuejs app to display gcovr json summary
- Host: GitHub
- URL: https://github.com/vrince/vue-gcovr
- Owner: vrince
- License: mit
- Created: 2022-09-15T12:52:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T20:03:47.000Z (over 3 years ago)
- Last Synced: 2025-02-05T07:12:57.596Z (over 1 year ago)
- Topics: gcov, gcovr, vuejs, vutify
- Language: HTML
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-gcovr
## Overview
Attempt to display json summary generated by `gcovr` (5.x+) using a single html file (`vuejs` & `vutify`).
## Usage
Copy the `index.html` file in the same place you created the coverage summary (`coverage-summary.json`), then server this folder with any http/https web-server (python/nodejs/nginx/...).
Example:
```bash
# generate coverage file
gcovr -r . --json-summary=coverage-summary.json
# serve the current folder
python3 -m http.server -d .
```
Now open : http://0.0.0.0:8000/
You should see something like:
