Skip to content
Snippets Groups Projects
Commit b22a84b4 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add coverage

parent ca539456
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,18 @@ test:
cov:
stage: test
needs: []
image: python:3.12-slim
script:
- pip3 install -r requirements.txt
- coverage run --source='.' runtests.py
- coverage report
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
upload:
stage: deploy
needs: ['test', ]
......
setuptools>=62.6
twine
black=~25.1.0
build
\ No newline at end of file
build
coverage
\ No newline at end of file
from setuptools import setup
setup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment