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:
-u <your_vcs_base_url>
to the upload script (e.g., -u https://github.enterprise.com
).
Don’t forget to add your access token. The access token should have write access to the repo.
The <module_name>
is optional. It is used to specify modules in the case of monorepo structure.