Releases: gabrielcsapo/lcov-server
Releases · gabrielcsapo/lcov-server
1.2.0
- don't override commit for travis builds
1.1.9
- fixes environment overrides for CI
1.1.8
- fixes coverage api to sort before limit is run
- adds more examples to storybook
- fixes error not propagating on main coverage page
- fixes a bug when parsing coverage which stops NaN values from being added to array
- abstracts CLI functionality into library to add more extensive tests
1.1.7
- includes moment as a production dependency
1.1.6
- uses the correct values for git
- reduces error in calculating coverage points by abstracting to helper method
- ensures that the history is sorted correctly
- fixes the generation of graphs to be more accurate (using total data instead of just a single file)
- fixes the generation of badges to be more accurate (using total data instead of just a single file)
- updates dependencies
- fixes the calculation of source files
1.1.5
- guards retrieval of values
- sets the default parser to lcov
1.1.4
- removes babel-register, ships a pre-compiled bundle
1.1.3
- fixes compatibility with older versions of node <8
1.1.2
- fixes location of bin
1.1.1
- fixes location of bin