Skip to content

Releases: gabrielcsapo/lcov-server

1.1.0

24 Oct 08:59
Compare
Choose a tag to compare
  • adds the ability to parse cobertura, golang and jacoco
  • 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 to psychic.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

24 Oct 01:02
Compare
Choose a tag to compare
  • adds monospace font-family to fileView

1.0.5

21 Oct 09:33
Compare
Choose a tag to compare
  • fixes a bug that occurs when trying to send data to https server

1.0.4

20 Oct 04:10
Compare
Choose a tag to compare
  • ensures the commitUrl is properly formed on the file view page

1.0.3

20 Oct 03:19
Compare
Choose a tag to compare
  • fixes colors not being industry standard

1.0.2

15 Oct 06:12
Compare
Choose a tag to compare
  • ensures the commitUrl is formed correctly

1.0.1

15 Oct 06:02
Compare
Choose a tag to compare
  • returns a unique set of repos correctly from /api/repos

1.0.0

15 Oct 05:50
Compare
Choose a tag to compare
  • 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
  • coverage chart can now be filtered by branch name
  • fixes commitUrl being incorrectly formed on the coverage page

0.1.1

29 Sep 06:45
Compare
Choose a tag to compare
  • 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

17 Sep 23:57
Compare
Choose a tag to compare
  • 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