CI: Remove test coverage

This commit is contained in:
Lain Soykaf 2023-11-30 13:54:07 +04:00
commit d99e139c6b
2 changed files with 1 additions and 8 deletions

View file

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