questionpy-org / questionpy-sdk

Library and toolset for the development of QuestionPy packages
https://questionpy.org
MIT License
0 stars 2 forks source link

pytest-cov entfernen, Coverage.py separat ausführen #19

Closed MHajoha closed 1 year ago

MHajoha commented 1 year ago

Vorher hat das Pytest-Plugin pytest-cov innerhalb des pytest-Befehls Coverage.py ausgeführt. Das hatte zwei Nachteile:

Stattdessen führen wir in coverage.sh und der CI jetzt genau wie IntelliJ erst Coverage.py, dann darin pytest aus. Wird Coverage.py im Projektordner als Working Directory ausgeführt, lädt es automatisch die pyproject.toml. Ansonsten nicht, was aber keinen Fehler darstellt.

github-actions[bot] commented 1 year ago

Test Report

Report generated on 16-Nov-2022 at 18:00:24 by pytest-md

Summary

64 tests ran in 0.38 seconds

Coverage Report

Code Coverage

Package Line Rate Branch Rate Health
. 46% 57%
commands 0% 0%
form 89% 89%
Summary 64% (237 / 371) 78% (90 / 116)