Merge "Explain where the code coverage checkbox will be placed by the plugin"

This commit is contained in:
Fabio Ponciroli
2019-11-20 18:41:39 +00:00
committed by Gerrit Code Review

View File

@@ -60,6 +60,8 @@
}).enableToggleCheckbox('Display Coverage', checkbox => {
// Checkbox is attached so now add the notifier that will be controlled
// 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 => {
new Promise(resolve => setTimeout(resolve, 3000)).then(() => {
populateWithDummyData(coverageData);