Skip to content

Commit

Permalink
Reduce minimum coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Jun 28, 2024
1 parent 6e8572c commit e2f4c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .workspace.exs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
],
[
module: Workspace.Checks.ValidateProject,
description: "all projects must have a minimum coverage threshold of 98",
description: "all projects must have a minimum coverage threshold of 95",
opts: [
validate: fn project ->
config = project.config
Expand Down

0 comments on commit e2f4c77

Please sign in to comment.