Revize 81c4c7f9
Přidáno uživatelem Jan Pašek před asi 4 roky(ů)
.gitlab-ci.yml | ||
---|---|---|
7 | 7 |
variables: |
8 | 8 |
FLASK_HOST: "78.128.250.101" |
9 | 9 |
script: |
10 |
- pip3 install -r requirements.txt && pytest |
|
10 |
- pip3 install -r requirements.txt |
|
11 |
- pytest --cov=src/ . |
|
12 |
- coverage xml |
|
13 |
artifacts: |
|
14 |
reports: |
|
15 |
cobertura: coverage.xml |
|
11 | 16 |
|
12 | 17 |
deploy_job: |
13 | 18 |
stage: deploy |
requirements.txt | ||
---|---|---|
2 | 2 |
pytest~=6.2.3 |
3 | 3 |
injector==0.18.4 |
4 | 4 |
Flask-Injector==0.12.3 |
5 |
pytest-cov==2.11.1 |
Také k dispozici: Unified diff
Re #8576 - Added coverage into the pipeline