Skip to content

Commit

Permalink
Merge branch 'main' into fengga/mac-broker
Browse files Browse the repository at this point in the history
  • Loading branch information
fengga authored Jan 17, 2025
2 parents c50b0ea + 5de0661 commit e0605f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build/template-build-and-run-all-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ jobs: #Build and stage projects
checkCoverage: '$(CodeCoverageGateEnabled)'
coverageFailOption: 'build'
coverageType: 'lines'
allowCoverageVariance: true
coverageVariance: 1 # Specify by how much the current amount of covered or uncovered code (depending on the parameter *Use Uncovered Elements*) may deviate from the previous value before the policy fails. Please be aware that the code coverage may slowly but steadily decrease from build to build if you allow a code coverage variance. Thus, you should keep this value as low as possible.
allowCoverageVariance: false
coverageVariance: 0.01 # Specify by how much the current amount of covered or uncovered code (depending on the parameter *Use Uncovered Elements*) may deviate from the previous value before the policy fails. Please be aware that the code coverage may slowly but steadily decrease from build to build if you allow a code coverage variance. Thus, you should keep this value as low as possible.
treat0of0as100: true
forceCoverageImprovement: true
coverageUpperThreshold: '90'
includePartiallySucceeded: false
fallbackOnPRTargetBranch: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void TestInitialize()
TestCommon.ResetInternalStaticCaches();
}

//[TestMethod]
[TestMethod]
public async Task Sni_Gets_Pop_Token_Successfully_TestAsync()
{
// Arrange: Use the public cloud settings for testing
Expand Down

0 comments on commit e0605f5

Please sign in to comment.