Update test-package.yml

Fabio Caccamo 2022-03-07 19:14:45 +01:00 committed by GitHub
parent e303db4fdb
commit 7b83b09ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ jobs:
- name: Run tests - name: Run tests
env: env:
DATABASE_ENGINE: ${{ matrix.database }}" DATABASE_ENGINE: ${{ matrix.database }}
run: | run: |
coverage run --append --source=admin_interface setup.py test coverage run --append --source=admin_interface setup.py test
coverage xml -o ./coverage.xml coverage xml -o ./coverage.xml