Skip to content
Snippets Groups Projects
Commit 45167512 authored by Razzan Yoni's avatar Razzan Yoni
Browse files

add ci

parent e3fa6690
No related merge requests found
Pipeline #62374 passed with stage
in 23 seconds
[html]
directory = coverage
[report]
exclude_lines =
if __name__ == .__main__.:
stages:
- test
unit-test:
stage: test
image: python:3.12
script:
- pip install -r requirements.txt
- pytest --cov-report=html --cov=src
artifacts:
paths:
- coverage
expire_in: 30days
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment