Update test-package.yml

master
Fabio Caccamo 2023-02-06 10:35:38 +01:00
parent d0f37806c7
commit 91b0e1d158
1 changed files with 2 additions and 1 deletions

View File

@ -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