Skip to content
Snippets Groups Projects
Commit 59a449c0 authored by Andri Fränkl's avatar Andri Fränkl
Browse files

Update .gitlab-ci.yml

parent 323ffe71
No related branches found
No related tags found
1 merge request!39Update .gitlab-ci.yml
Pipeline #14940 failed
...@@ -21,7 +21,7 @@ Coverage-test-job: # Test Stage ...@@ -21,7 +21,7 @@ Coverage-test-job: # Test Stage
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r requirements_dev.txt - pip install -r requirements_dev.txt
- pip install -e . - pip install -e .
- coverage run --source tests -m pytest - coverage run --source tsg -m pytest
- coverage report -m - coverage report -m
- echo "Coverage successfully deployed." - echo "Coverage successfully deployed."
...@@ -31,7 +31,7 @@ Flake8/Pylint/mypy-test-job: # Test Stage ...@@ -31,7 +31,7 @@ Flake8/Pylint/mypy-test-job: # Test Stage
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install -r requirements_dev.txt - pip install -r requirements_dev.txt
- pip install -e . - pip install -e .
- flake8 --docstring-convention google tests/ tests/ - flake8 --docstring-convention google tsg/ tests/
- pylint tests/ tests/ - pylint tsg/ tests/
- mypy tests/ tests/ - mypy tsg/ tests/
- echo "Linters successfully deployed." - echo "Linters successfully deployed."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment