Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie committed Aug 11, 2023
1 parent 60a8655 commit c5c4bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<Stage>normal</Stage>
<MinCodeCoverage>96</MinCodeCoverage>
<MinCodeCoverage>95</MinCodeCoverage>
<MinMutationScore>85</MinMutationScore>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<Stage>normal</Stage>
<MinCodeCoverage>90</MinCodeCoverage>
<MinCodeCoverage>100</MinCodeCoverage>
<MinMutationScore>92</MinMutationScore>
</PropertyGroup>

Expand Down

0 comments on commit c5c4bea

Please sign in to comment.