Ignore backend task in coveralls

This commit is contained in:
Uku Taht 2020-01-29 11:32:22 +02:00
parent 5f62025176
commit 58eae6cd4d

View File

@ -3,9 +3,7 @@ defmodule Mix.Tasks.CheckOveruse do
use Plausible.Repo
require Logger
@doc """
This is scheduled to run every 6 hours.
"""
# coveralls-ignore-start
def run(args) do
Application.ensure_all_started(:plausible)