- Notifications
You must be signed in to change notification settings - Fork0
Simple vuejs app to display gcovr json summary
License
NotificationsYou must be signed in to change notification settings
vrince/vue-gcovr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Attempt to display json summary generated bygcovr
(5.x+) using a single html file (vuejs
&vutify
).
Copy theindex.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:
# generate coverage filegcovr -r. --json-summary=coverage-summary.json# serve the current folderpython3 -m http.server -d.
Now open :http://0.0.0.0:8000/
You should see something like: