fp/apps/bright/.coveralls.json
CJ_Clippy aa75c224fc
Some checks failed
ci / build (push) Failing after 23m29s
ci / Tests & Checks (push) Failing after 3m32s
move services/bright to apps/bright
2025-02-10 08:16:50 -08:00

13 lines
239 B
JSON

{
"default_stop_words": [
"defmodule",
"defrecord",
"defimpl",
"def.+(.+\/\/.+).+do"
],
"custom_stop_words": [],
"coverage_options": {
"treat_no_relevant_lines_as_covered": true,
"minimum_coverage": 60
}
}