Closed martinmladenov closed 1 year ago
The highlights.json file should be renamed to editor-feedback.json.
editor-feedback.json
Per the weblab documentation, it should be placed in the same directory as results.xml, and must be in the following format:
[ { "location": "SOLUTION", //one of ["LIBRARY", "SOLUTION", "TEST"] "startLine": 20, //int "endLine": 20, //int "severity": "Info", //one of ["Error", "Hint", "Info", "Warning"] "message": "100% coverage" //String }, { "location": "LIBRARY", "startLine": 41, "endLine": 48, "severity": "Info", "message": "Some message" }, [...] ]
The highlights.json file should be renamed to
editor-feedback.json
.Per the weblab documentation, it should be placed in the same directory as results.xml, and must be in the following format: