code-coverage-dashboard | A dashboard for displaying code coverage reports | Dashboard library
kandi X-RAY | code-coverage-dashboard Summary
kandi X-RAY | code-coverage-dashboard Summary
A simple dashboard for Istanbul code coverage reports designed to be deployed to Heroku. The app takes any coverage-summary.json input file hosted within a folder on github and displays the data in a set of easily configurable chart components. Works great for a dev team to see their code coverage improving over time.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of code-coverage-dashboard
code-coverage-dashboard Key Features
code-coverage-dashboard Examples and Code Snippets
Community Discussions
Trending Discussions on code-coverage-dashboard
QUESTION
We want to customize one of our on premise TFS 2015 Update 2.1 dashboards. We installed a widget from the marketplace (this one).
I can see it when I go to the "Manage extensions" page. If I try to reinstall it for the team I want, it says: "The extension is already installed for this collection: {My Team here}. Select another collection to proceed.", so it is definitely installed.
However we can't add it to the dashboard, it doesn't appear in the "Add widget" popup.
Am I missing anything here to make it work ?
...ANSWER
Answered 2017-Feb-21 at 10:21I just tested installing this widget on my TFS 2015.3, it shows as expected. I'd like to suggest you upgrade your TFS to Update 3 and have another try.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install code-coverage-dashboard
Upload coverage-summary-1534886771995.json to a folder in the github repo you want to display.
Add the folder location of your json-summary report in .env REACT_APP_DATA_DIR_URL.
Build to Heroku.
The app will check hourly for a new file in REACT_APP_DATA_DIR_URL.
If the filename is different (eg. coverage-summary-1534886791867.json) the line chart will update.
Reports are generated from the json-summary report by Istanbul. There's an example isantbul.yml file in the project directory that includes report settings for html and json-summary reports. In order for your filename changes to be picked up you can timeStamp the coverage-sumary.json file by using the following script in your package.json file:.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page