Skip to content

entorb/template-python

Repository files navigation

Torben's Python Template

Based on https://github.com/entorb/pre-commit-config

UV package manager

TODO: how to update all packages

uv lock --upgrade-package pytest
# uv lock --upgrade
uv sync

Unit Tests

# for console output
pytest --cov
# for html output in htmlcov/ dir
pytest --cov --cov-report=html

SonarQube

Report is here: https://sonarcloud.io/project/overview?id=entorb_template-python

Using GitHub Action to scan and provide unit test coverage report

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages