Revert "CI: Remove test coverage"

This reverts commit d99e139c6b.
This commit is contained in:
Lain Soykaf 2023-12-03 10:17:24 +04:00
parent d99e139c6b
commit 5dce39d17f
2 changed files with 8 additions and 1 deletions

View file

@ -125,7 +125,13 @@ unit-testing:
script:
- mix ecto.create
- mix ecto.migrate
- mix test --preload-modules
- mix test --cover --preload-modules
coverage: '/^Line total: ([^ ]*%)$/'
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: coverage.xml
unit-testing-erratic:
extends:

View file

@ -190,6 +190,7 @@ defmodule Pleroma.Mixfile do
{:ex_machina, "~> 2.4", only: :test},
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:mock, "~> 0.3.5", only: :test},
{:covertool, "~> 2.0", only: :test},
{:hackney, "~> 1.18.0", override: true},
{:mox, "~> 1.0", only: :test},
{:websockex, "~> 0.4.3", only: :test},