Update test-package.yml
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
- name: Install tools needed
|
||||
run: |
|
||||
sudo apt install gettext
|
||||
pip install pip --upgrade
|
||||
python -m pip install --upgrade pip
|
||||
pip install tox
|
||||
|
||||
- name: Check migrations
|
||||
@@ -107,6 +107,7 @@ jobs:
|
||||
DATABASE_ENGINE: ${{ matrix.database }}
|
||||
run: |
|
||||
coverage run --append --source=admin_interface runtests.py
|
||||
coverage report --show-missing
|
||||
coverage xml -o ./coverage.xml
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
|
||||
Reference in New Issue
Block a user