chore: add coverage reporting and improve documentation
All checks were successful
CI / lint-and-test (push) Successful in 19s
All checks were successful
CI / lint-and-test (push) Successful in 19s
- Added `pytest-cov` as a development dependency for coverage reporting. - Configured pytest to include coverage options, ensuring code coverage is reported and enforced. - Updated the README to include contributing guidelines and logging policies, enhancing clarity for developers. - Added a new section in the configuration documentation emphasizing the necessity of serving the application over HTTPS in production for security purposes. - Introduced a new `.coverage` file to track test coverage metrics.
This commit is contained in:
@@ -15,6 +15,7 @@ Requires-Dist: icalendar<6.0,>=5.0
|
||||
Provides-Extra: dev
|
||||
Requires-Dist: pytest<9.0,>=8.0; extra == "dev"
|
||||
Requires-Dist: pytest-asyncio<1.0,>=0.24; extra == "dev"
|
||||
Requires-Dist: pytest-cov<7.0,>=6.0; extra == "dev"
|
||||
Requires-Dist: httpx<1.0,>=0.27; extra == "dev"
|
||||
Provides-Extra: docs
|
||||
Requires-Dist: mkdocs<2,>=1.5; extra == "docs"
|
||||
|
||||
@@ -10,6 +10,7 @@ icalendar<6.0,>=5.0
|
||||
[dev]
|
||||
pytest<9.0,>=8.0
|
||||
pytest-asyncio<1.0,>=0.24
|
||||
pytest-cov<7.0,>=6.0
|
||||
httpx<1.0,>=0.27
|
||||
|
||||
[docs]
|
||||
|
||||
Reference in New Issue
Block a user