Skip to content

1.4 - use less CPU-intensive file watcher

Choose a tag to compare

@gleb-sevruk gleb-sevruk released this 11 Feb 18:12
· 48 commits to master since this release
86a56dc

Previous file watcher was using full directory scan periodically to get a list of changes. Now library is changed and will use kernel events instead.

Also, added config reload/file watcher.

Disabled web-ui by default.

Added support for coverage exclusions via the configuration file.