File change frequency (churn) shows the distribution of file updates (days with at least one commit).
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
api.py in {{cookiecutter.project_slug}}/app |
60 | 1 | 382 | 1016 | 5 |
models.py in {{cookiecutter.project_slug}}/app |
46 | - | 834 | 1016 | 3 |
__init__.py in {{cookiecutter.project_slug}}/app |
1 | - | 834 | 1016 | 2 |
main.py in {{cookiecutter.project_slug}} |
4 | - | 834 | 834 | 1 |
service.yml in {{cookiecutter.project_slug}}/manifests |
26 | - | 834 | 834 | 1 |
deployment.yml in {{cookiecutter.project_slug}}/manifests |
31 | - | 834 | 834 | 1 |
spacy_extractor.py in {{cookiecutter.project_slug}}/app |
39 | 3 | 834 | 834 | 1 |
azure-pipelines.yml in {{cookiecutter.project_slug}} |
92 | - | 834 | 834 | 1 |