kenherring / ablunit-test-runner

VSCode Extension to integrate OpenEdge ABLUnit tests via the native API
MIT License
4 stars 5 forks source link

Parse profile output for coverage information #6

Closed kenherring closed 1 year ago

kenherring commented 1 year ago
  1. Convert profile output to a JSON format
  2. Use the profile output to tell VSCode about coverage information'
  3. Display coverage info with red/green line backgrounds when available.