* GitHub Analytics Actions * Provides tools to calculate DORA metrics and code quality metrics
| 6 | */ |
| 7 | |
| 8 | interface AnalyticsConfig { |
| 9 | access_token: string; |
| 10 | owner?: string; |
| 11 | repo?: string; |
| 12 | } |
| 13 | |
| 14 | interface DateRangeParams { |
| 15 | days?: number; |
nothing calls this directly
no outgoing calls
no test coverage detected