Merge "Explain where the code coverage checkbox will be placed by the plugin"
This commit is contained in:
@@ -60,6 +60,8 @@
|
|||||||
}).enableToggleCheckbox('Display Coverage', checkbox => {
|
}).enableToggleCheckbox('Display Coverage', checkbox => {
|
||||||
// Checkbox is attached so now add the notifier that will be controlled
|
// Checkbox is attached so now add the notifier that will be controlled
|
||||||
// by the checkbox.
|
// by the checkbox.
|
||||||
|
// Checkbox will only be added to the file diff page, in the top right
|
||||||
|
// section near the "Diff view".
|
||||||
annotationApi.addNotifier(notifyFunc => {
|
annotationApi.addNotifier(notifyFunc => {
|
||||||
new Promise(resolve => setTimeout(resolve, 3000)).then(() => {
|
new Promise(resolve => setTimeout(resolve, 3000)).then(() => {
|
||||||
populateWithDummyData(coverageData);
|
populateWithDummyData(coverageData);
|
||||||
|
Reference in New Issue
Block a user