Skip to content

Commit

Permalink
missed committing this file in the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
geekygirldawn committed Sep 12, 2023
1 parent d4d7ae3 commit fb8a0d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions health_by_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
# This section collects all of the data using the functions for each graph
# found in common_functions.py and creates the graphs for each metric

activity_release_graph(repo_id, repo_name, org_name, start_date, end_date, engine)
activity_release_graph(repo_id, repo_name, org_name, start_date, end_date, engine, years)

sustain_prs_by_repo_graph(repo_id, repo_name, org_name, start_date, end_date, engine)
sustain_prs_by_repo_graph(repo_id, repo_name, org_name, start_date, end_date, engine, years)

contributor_risk_graph(repo_id, repo_name, org_name, start_date, end_date, engine)
contributor_risk_graph(repo_id, repo_name, org_name, start_date, end_date, engine, years)

response_time_graph(repo_id, repo_name, org_name, start_date, end_date, engine, bus_days)
response_time_graph(repo_id, repo_name, org_name, start_date, end_date, engine, bus_days, years)

0 comments on commit fb8a0d8

Please sign in to comment.