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
@@ -19,6 +20,7 @@ Python template with CI/CD ready for production
19
20
- Generation of documentation based on Markdown with [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material)
20
21
- Automatic check of the pythonic style with [flake8](https://flake8.pycqa.org), [black](https://black.readthedocs.io) and [isort](https://pycqa.github.io/isort)
21
22
- Automatic code checking with [pytest](https://pytest.org)
23
+
- Automatic code report with [codecov](https://codecov.io/)
22
24
- Automatic publish to [GitHub Releases](https://docs.github.com/es/free-pro-team@latest/github/administering-a-repository/releasing-projects-on-github)
23
25
- Automatic publish to [PyPI](https://pypi.org)
24
26
- Automatic dependency update check with [dependabot](https://github.com/dependabot)
0 commit comments