Re-add --cov args

This commit is contained in:
Matthias 2024-03-29 12:46:05 +01:00
parent a6ad36d08b
commit 0a0105c31e

View File

@ -69,7 +69,7 @@ jobs:
- name: Tests
run: |
pytest --random-order --cov-config=.coveragerc
pytest --random-order --cov=freqtrade --cov=freqtrade_client --cov-config=.coveragerc
- name: Coveralls
if: (runner.os == 'Linux' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04')