Set up GitLab CI/CD workflow for coverage reporting.
gitlab-ci.yml
configuration runs on every push, executes tests, generates a coverage report, and uploads it to CodeAnt AI:
<module_name>
is optional. It is used to specify modules in the case of monorepo structure.