Releases: gabrielcsapo/lcov-server
Releases · gabrielcsapo/lcov-server
1.1.0
- adds the ability to parse
cobertura
,golang
andjacoco
- packages entire application as global executable using pkg
- instantly fails the process if process can't connect to mongo
- adds a limit option to coverage.get to speed up badge generation
- utilizes async await in main router
- utilizes async await in tests
- moved from
psychic-ui
topsychic.css
- uses the right environment variables for travis-ci
- compiles module with babel, allowing it to be used over multiple versions of node (previously older versions were not supported)
- sets a limit to only retrieve 10 builds on the list-item view (reduces data on the wire)
- adds viewport meta tag to scale on multiple devices
- adds other meta tags to ensure SEO
- moves version of release to the footer
1.0.6
- adds monospace font-family to fileView
1.0.5
- fixes a bug that occurs when trying to send data to https server
1.0.4
- ensures the commitUrl is properly formed on the file view page
1.0.3
- fixes colors not being industry standard
1.0.2
- ensures the commitUrl is formed correctly
1.0.1
- returns a unique set of repos correctly from
/api/repos
1.0.0
- does not load all content from a single endpoint
- adds a repo endpoints that gives a list of all unique repo urls
- coverage list component now allows for pagination and search
- adds syntax highlighting to file view
- adds pagination to builds
- fixes bug with badges that only shows one color
- fixes data integrity gathering the CLI
- creates a single point of entry rather than having lcov-server and lcov-server-cli it is now just lcov-server
- to upload simply use
lcov-server --upload {url}
- to start a server simply use
lcov-server --serve
- to upload simply use
- coverage chart can now be filtered by branch name
- fixes commitUrl being incorrectly formed on the coverage page
0.1.1
- updates react@16 and reduces bundle size from 343 KB to 313 KB
- updates; express, mongoose, serve-static, @storybook/addon-knobs, @storybook/react, eslint, eslint-plugin-react, getstorybook, prop-types, react, react-dom
0.1.0
- removes the versioning from the api endpoints
- abstracts fileView from coverageFile view
- cleans the input lcov before trying to parse it
- actually tests cli code with a pipe from tap