Skip to content

rakutentech/code-coverage-dashboard

Folders and files

NameName
Last commit message
Last commit date
Apr 21, 2023
Apr 21, 2022
Dec 24, 2022
Jun 29, 2022
Jun 2, 2022
Apr 25, 2023
Jun 29, 2022
Apr 19, 2022
Apr 19, 2022
Apr 25, 2023
Apr 24, 2023
Jun 29, 2022
Jun 2, 2022
Jun 2, 2022
Jun 2, 2022

Repository files navigation

code coverage dashboard

Open source solution for code coverage tracking
Visualize code coverage per branch
Supports Github Actions comparison comments and badges
Self hosted

Fast: Directly comments code coverage comparison on pull request using Github actions.

Hassle Free: Self hosted

Analyze: Track code coverage for your projects

Languages: Clover for (Go, PHP, JS, Java)

Platform: Github Actions. Jenkins, Bitbucket, Gitlab support is coming soon

Screenshot

alt text

Features

  • Provides a simple API to store coverage data
  • Provides Github oauth integration
  • Provides code coverage artifacts to be viewed from dashboard
  • Provides Github Action to comment the code coverage comparison
  • Provides code coverage badges
  • Provides code coverage dashboard to view code coverage data, trends etc

Full documentation

https://rakutentech.github.io/code-coverage-dashboard/

Screenshots

Changelog

  • Initial Release
  • Front end added trends and graphs
  • Supports Java via Jacoco