Remove legacy codebase (#4844)
* Remove legacy codebase * Remove legacy docs * Fixed memory leak in timer spec * Remove Angular dependency * Removed adapter layer * Removed legacy support plugin from main Open MCT repo * Restored TelemetryAPI.js which had been inexplicably deleted? * Fix linting error * Drop line coverage threshold due to removed code * Added a section on Open MCT 2.0.0 to the readme
This commit is contained in:
@@ -102,7 +102,7 @@ module.exports = (config) => {
|
||||
reports: ['lcovonly', 'text-summary'],
|
||||
thresholds: {
|
||||
global: {
|
||||
lines: 55
|
||||
lines: 52
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user