Skip to content

Commit

Permalink
fix: up coverage requirements for project to 90%
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Sep 16, 2023
1 parent e19a2d0 commit d38708d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage:
status:
project:
default:
target: 75%
target: 90%
threshold: 0%
base: auto
patch:
Expand Down
2 changes: 1 addition & 1 deletion coveralls.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"skip_files": ["lib/request_cache/application.ex"],
"custom_stop_words": ["defdelegate"],
"terminal_options": {"file_column_width": 80},
"coverage_options": {"treat_no_relevant_lines_as_covered": true, "minimum_coverage": 85}
"coverage_options": {"treat_no_relevant_lines_as_covered": true, "minimum_coverage": 90}
}

0 comments on commit d38708d

Please sign in to comment.