DeveloperMetrics / DevOpsMetrics

A project to extract and process high performing DevOps metrics (DORA) from GitHub and Azure DevOps
MIT License
250 stars 47 forks source link

Updated packages #1041

Closed samsmithnz closed 6 months ago

samsmithnz commented 6 months ago

This pull request primarily includes updates to various package versions across multiple project files in the solution. The most notable updates are the upgrade of the Azure.Identity package from version 1.10.4 to 1.11.3 in multiple projects, the upgrade of Microsoft.NET.Sdk.Functions from version 4.3.0 to 4.4.0 in the DevOpsMetrics.Function project, and the upgrade of Selenium.WebDriver and Selenium.WebDriver.ChromeDriver in the DevOpsMetrics.FunctionalTests project.

Package updates:

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 9055914162

Details


Files with Coverage Reduction New Missed Lines %
src/DevOpsMetrics.Core/Models/GitHub/GitHubPRCommit.cs 2 0.0%
src/DevOpsMetrics.Core/Models/GitHub/GitHubCommitter.cs 2 0.0%
src/DevOpsMetrics.Core/Models/Common/Build.cs 3 90.77%
src/DevOpsMetrics.Core/Models/Common/PullRequestModel.cs 4 73.68%
src/DevOpsMetrics.Core/DataAccess/PullRequestsDA.cs 12 26.09%
src/DevOpsMetrics.Core/DataAccess/LeadTimeForChangesDA.cs 61 57.58%
<!-- Total: 84 -->
Totals Coverage Status
Change from base Build 8601922410: -2.7%
Covered Lines: 2531
Relevant Lines: 3321

💛 - Coveralls