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

use dev dependencies to check coverage

parent 58247f70
No related branches found
No related tags found
No related merge requests found
Pipeline #150585 passed
......@@ -23,7 +23,7 @@ cov:
needs: []
image: python:3.12-slim
script:
- pip3 install -r requirements.txt
- pip3 install -r requirements-dev.txt
- coverage run --source='.' runtests.py
- coverage report
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
......
-r requirements.txt
setuptools>=62.6
twine
black~=25.1.0
......
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