File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 41
41
42
42
- name : Install dependencies
43
43
run : |
44
- python -m pip install -U pip poetry
45
- poetry config virtualenvs.create false
46
- poetry install
44
+ python -m pip install -U pip pipenv
45
+ pipenv install --system --dev
47
46
48
47
- name : Run the service locally
49
48
run : |
Original file line number Diff line number Diff line change 42
42
43
43
- name : Install dependencies
44
44
run : |
45
- python -m pip install -U pip poetry
46
- poetry config virtualenvs.create false
47
- poetry install
45
+ python -m pip install -U pip pipenv
46
+ pipenv install --system --dev
48
47
49
48
- name : Run Code Quality Checks
50
49
run : |
57
56
58
57
- name : Run unit tests with pytest
59
58
run : |
60
- pytest --pspec --cov=service --cov-fail-under=95 --disable-warnings
59
+ pytest --pspec --cov=service --cov-fail-under=95 --disable-warnings --cov-report=xml
61
60
env :
62
61
FLASK_APP : " wsgi:app"
63
62
DATABASE_URI : " postgresql+psycopg://postgres:pgs3cr3t@postgres:5432/testdb"
You can’t perform that action at this time.
0 commit comments