Current section
Files
Jump to
Current section
Files
priv/templates/nimble_template/coveralls.json.mix.eex
{
"skip_files": [
"lib/<%= otp_app %>/application.ex",
"test/support"
],
"coverage_options": {
"minimum_coverage": <%= minimum_coverage %>,
"html_filter_full_covered": <%= html_filter_full_covered %>,
}
}