AlexSim93 / pull-request-analytics-action

Provides informative reports on team and developer metrics, based on data from pull requests and code reviews
MIT License
110 stars 10 forks source link

Feature: XY Chart and bugfixes #49

Closed AlexSim93 closed 3 weeks ago

AlexSim93 commented 3 weeks ago

Pull Request

Description

Replaced Gantt Charts with XY Graphs: Substituted Gantt charts with XY graphs in the metrics-over-time comment. Added a new graph showing metrics for open PRs, completed reviews, open discussions, and requested changes.

Bug Fix: Cannot read properties of undefined (reading 'discussions'): Resolved an error that occurred when accessing undefined discussion properties.

Bug Fix in Contribution Table: Fixed an issue where users with zero values across all columns, but with completed reviews, were not displayed correctly in the contribution table.

Type of Change

How Has This Been Tested?

Run this action for 15, 2 and 1 months report. Checked data on Graphs.

Checklist: