- Fix a small bug where status bar would not update for files where coverage is cached
- Adds CD to deploy extension
- Updates packages to address vulnerabilities
- Adds caching for editor decorations, should improve performance when switching between multiple files
- Updates the status bar item to show more details
- Fixes bugs in
updateCache
logic - Adds watchers for coverage files
- Supports branch details in coverage, adds it to status bar
- Adds normal descriptions to
package.json
- Properly supports the
coverageFilePath
config- Can read files from an explicitly defined location
- Adds configs for customising highlight colors
- Improves status bar item
- Adds loading state
- Adds placeholder text when coverage not found
- Limits coverage percentage to two decimal places
- Sets up a
ConfigProvider
to allow for easier config reads in the extension
- Initial release