Releases: karma-runner/karma-coverage
Releases · karma-runner/karma-coverage
v0.1.3
Bug Fixes
- update to work with Karma 0.11 (89c9817)
Features
- add a default config and normalize outputFile path (027fa4f)
- log where the coverage reports are generated (c9ef5c9)
- support coverage for coffee script (9f802c1)
- update instanbul (24126e7)
v0.1.1
Bug Fixes
- update to work with Karma 0.11 (b744d6f)
v0.0.5
Bug Fixes
- delay collector disposal until all file writing has completed. (75c4db0)
Features
- allow multiple report types (4a9afb6)
v0.0.4
Features
- do not preprocess files if coverage reporter is not used (277a1ad), closes #7
v0.0.3
Bug Fixes
Features
- support coverage per spec (385b6e1)