You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour
Configuration only in one place. I'd suggest keeping it in pyproject.toml, as then the coverage configuration is accesible outside of using tox, but will still be used by tox.
Log file
Please attach the log file if relevant.
Screenshots
If applicable, add screenshots to help explain your problem.
Computer used (please complete the following information):
OS: [e.g. Linux, Windows, macOS] For macOS, please specify if you have an Intel or M1 CPU (M1 is likely if your mac is new).
Version [e.g. 18.04]
Hardware specs [e.g. 128 GB RAM, Xeon 4114 CPU].
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Not really a major bug, but the confiuration for collecting test coverage with pytest is duplicated in two places:
To Reproduce
python-cookiecutter/{{cookiecutter.package_name}}/pyproject.toml
Line 84 in 6fe2e39
python-cookiecutter/{{cookiecutter.package_name}}/tox.ini
Line 15 in 6fe2e39
Expected behaviour
Configuration only in one place. I'd suggest keeping it in
pyproject.toml
, as then the coverage configuration is accesible outside of usingtox
, but will still be used bytox
.Log file
Please attach the log file if relevant.
Screenshots
If applicable, add screenshots to help explain your problem.
Computer used (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: