Closed aswanipranjal closed 6 years ago
@valeriocos please review?
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
/home/travis/build/chaoss/grimoirelab-manuscripts/manuscripts2/elasticsearch.py | 8 | 85.9% | ||
/home/travis/build/chaoss/grimoirelab-manuscripts/manuscripts2/metrics/github_issues.py | 8 | 90.63% | ||
<!-- | Total: | 16 | --> |
Totals | |
---|---|
Change from base Build 257: | 1.4% |
Covered Lines: | 1111 |
Relevant Lines: | 1795 |
This PR:
updates the calculate_bmi function to handle dataframe timeseries data and calculate the ratio of closed issues/pr to opened issues/pr
Adds
project_process
function for the github_issues data sourceUpdates
DaysToCloseMedian
timeseries method to return the values as float values with precision upto 2 digits after the decimalAdds
DaysToCloseAverage
class which calculates the average values fortime to close days
values of closed issues. It has a timeseries method same as that ofDaysToCloseMedian
class.Adds tests and data for the
BMI
,DaysToCloseMedian
andDaysToCloseAverage
classes.