Closed samsmithnz closed 5 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/DevOpsMetrics.Core/Models/Common/Build.cs | 3 | 90.77% | ||
<!-- | Total: | 3 | --> |
Totals | |
---|---|
Change from base Build 9056166226: | -0.1% |
Covered Lines: | 2606 |
Relevant Lines: | 3321 |
This pull request includes updates to the package versions in the
DevOpsMetrics.FunctionalTests.csproj
andDevOpsMetrics.Tests.csproj
files. The changes mainly involve updating the versions ofMicrosoft.NET.Test.Sdk
,MSTest.TestAdapter
,MSTest.TestFramework
,Selenium.WebDriver
,Selenium.WebDriver.ChromeDriver
, andMicrosoft.AspNetCore.TestHost
.Package version updates:
src/DevOpsMetrics.FunctionalTests/DevOpsMetrics.FunctionalTests.csproj
: Updated the versions ofMicrosoft.NET.Test.Sdk
,MSTest.TestAdapter
,MSTest.TestFramework
,Selenium.WebDriver
, andSelenium.WebDriver.ChromeDriver
to their latest versions.src/DevOpsMetrics.Tests/DevOpsMetrics.Tests.csproj
: Updated the versions ofMicrosoft.NET.Test.Sdk
,MSTest.TestAdapter
,MSTest.TestFramework
, andMicrosoft.AspNetCore.TestHost
to their latest versions.