Closed adnene-guessoum closed 2 years ago
Hi again,
I couldn't get a coverage report and found out that the --cov and --cov-report argument in the test task of Taskfile.yaml need the "pytest-cov" package to be passed to pytest.
"poetry add --group dev pytest-cov" worked fine for me.
see you ;)
Hi again,
I couldn't get a coverage report and found out that the --cov and --cov-report argument in the test task of Taskfile.yaml need the "pytest-cov" package to be passed to pytest.
"poetry add --group dev pytest-cov" worked fine for me.
see you ;)