Packages
Project repository template to set up all public Phoenix projects at Nimble
Retired package: Renamed - Rename to nimble_template
Current section
Files
Jump to
Current section
Files
priv/templates/nimble.phx.gen.template/coveralls.json.eex
{
"skip_files": [
"lib/mix",
"lib/<%= otp_app %>/application.ex",
"lib/<%= otp_app %>/release_tasks.ex",
"lib/<%= otp_app %>_web.ex",
"lib/<%= otp_app %>_mail.ex",
"lib/<%= otp_app %>_web/endpoint.ex",
"lib/<%= otp_app %>_web/views/error_helpers.ex",
"test/support"
],
"coverage_options": {
"minimum_coverage": <%= minimum_coverage %>
}
}