Skip to content
Snippets Groups Projects
Commit eb0512d0 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] #98 fix gitlab-ci and MakeFile bugs

Remove useless coverage package in dev requirements
parent 834382c4
No related branches found
No related tags found
No related merge requests found
Pipeline #5912 passed
...@@ -63,6 +63,7 @@ test: ...@@ -63,6 +63,7 @@ test:
<<: *changes <<: *changes
stage: test stage: test
script: script:
- pip install coverage
- pip install -r requirements.txt - pip install -r requirements.txt
- coverage run -m unittest - coverage run -m unittest
- coverage report -m - coverage report -m
......
...@@ -7,7 +7,7 @@ docs: ...@@ -7,7 +7,7 @@ docs:
# run tests # run tests
tests: tests:
python3 -m ${TESTS_FILTER} python3 -m unittest ${TESTS_FILTER}
# check # check
check: mypy pylint check-format check: mypy pylint check-format
......
coveralls
mypy mypy
pylint pylint
black black
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment