Skip to content

Commit

Permalink
Fix the threshold in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Nov 15, 2023
1 parent b56301f commit 56e8f03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void shouldComputeDeltaInPipelineOnDockerAgent(final SourceCodeRetention sourceC
"PROJECT_DELTA, 1, 0.72",
"MODIFIED_FILES, 60, 54.55",
"MODIFIED_FILES_DELTA, -1, -1.91",
"MODIFIED_LINES, 50, 54.55",
"MODIFIED_LINES, 60, 50.00",
"MODIFIED_LINES_DELTA, -1, -4.55"
})
@DisplayName("Should compute quality gates")
Expand Down

0 comments on commit 56e8f03

Please sign in to comment.