• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

roskakori / pygount
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: v3.1.0
DEFAULT BRANCH: master
Repo Added 01 Jul 2016 05:52PM UTC
Files 9
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH 116-fix-documentation-build-on-readthedocs
branch: 116-fix-documentation-build-on-readthedocs
CHANGE BRANCH
x
Reset
  • 116-fix-documentation-build-on-readthedocs
  • 105-add-option-to-merge-embedded-languages
  • 106-clean-up-source-analysis-from-file
  • 109-add-analysis-of-git-repository
  • 112-add-graph-for-git-tags
  • 113-clean-up-temp-folder-in-output-of-git-analysis
  • 114-fix-check-for-seekable-file-handle
  • 118-change-section-header-character
  • 122-add-code-count-to-json-output
  • 137-fix-analysis-with-fips-mode
  • 145-add-python-3.12
  • 149-bump-year-to-2024
  • 152-use-consistent-sloc-across-formats
  • 157-change-linting-to-ruff
  • 158-remove-python-3.8
  • 16-summary
  • 160-change-default-branch-to-main
  • 162-fix-silent-error-on-git-failing
  • 164-transform-common-project-urls-to-repository
  • 166-replace-format-with-f-strings
  • 174-add-python-3.13
  • 176-fix-lookup-error-on-magic-unknown-encoding
  • 180-move-packaging-to-uv
  • 184-Fix-detection-of-magic-coding-comments
  • 190-add-generated-files-by-name
  • 191-change-documentation-to-mkdocs
  • 193-change-rich-version-handling
  • 194-update-dependencies
  • 20-skip-gitignore
  • 21-add-pre-commit-and-black
  • 23-change-test-framework-to-pytest
  • 26-fix-test-idl-lexer
  • 30-update-copyright-year
  • 35-clean-up-project
  • 37-add-file-count-to-summary
  • 38-github-actions
  • 44-readthedocs
  • 47-remove-deprecated-code
  • 51-count-preprocessor-as-code
  • 53-improve-text-file-detection
  • 54-detect-github-community-text-files
  • 56-fix-scan-dot
  • 6-count-pure-markup-files-as-documentation
  • 62-add-json-output
  • 64-update-dependencies
  • 68-improve-pre-commit-checks
  • 73-add-rich-formatting
  • 75-change-build-to-poetry
  • 91-fix-missing-output-with-sloccount
  • 93-update-dependencies
  • 97-update-copyright-year-to-2023
  • PetrovskYYY-master
  • dependabot/pip/certifi-2023.7.22
  • dependabot/pip/certifi-2024.7.4
  • dependabot/pip/cryptography-39.0.1
  • dependabot/pip/cryptography-41.0.3
  • dependabot/pip/cryptography-41.0.4
  • dependabot/pip/cryptography-41.0.6
  • dependabot/pip/cryptography-42.0.0
  • dependabot/pip/cryptography-42.0.2
  • dependabot/pip/cryptography-42.0.4
  • dependabot/pip/cryptography-43.0.1
  • dependabot/pip/gitpython-3.1.32
  • dependabot/pip/gitpython-3.1.34
  • dependabot/pip/gitpython-3.1.37
  • dependabot/pip/gitpython-3.1.41
  • dependabot/pip/idna-3.7
  • dependabot/pip/jinja2-3.1.3
  • dependabot/pip/jinja2-3.1.4
  • dependabot/pip/jinja2-3.1.5
  • dependabot/pip/requests-2.31.0
  • dependabot/pip/requests-2.32.0
  • dependabot/pip/urllib3-2.0.6
  • dependabot/pip/urllib3-2.0.7
  • dependabot/pip/urllib3-2.2.2
  • main
  • master
  • v0.1
  • v0.2
  • v0.3
  • v0.4
  • v0.5
  • v0.6
  • v0.7
  • v0.8
  • v0.9
  • v1.0.0
  • v1.1.0
  • v1.3.0
  • v1.4.0
  • v1.5.0
  • v1.5.1
  • v1.6.0
  • v1.6.1
  • v1.7.0
  • v1.8.0
  • v15.1
  • v2.0.0
  • v3.0.0
  • v3.1.0

pending completion
5388493039

push

github

roskakori
#116 Change Sphinx theme to alabaster

Rationale: The maintenance of sphinx_rtd_theme is sub par. For details see <https://github.com/readthedocs/sphinx_rtd_theme/issues/1463>.

396 of 424 branches covered (93.4%)

1081 of 1126 relevant lines covered (96.0%)

3.84 hits per line

Relevant lines Covered
Build:
Build:
1126 RELEVANT LINES 1081 COVERED LINES
3.84 HITS PER LINE
Source Files on 116-fix-documentation-build-on-readthedocs
  • Tree
  • List 9
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
5388493039 116-fix-documentation-build-on-readthedocs #116 Change Sphinx theme to alabaster Rationale: The maintenance of sphinx_rtd_theme is sub par. For details see <https://github.com/readthedocs/sphinx_rtd_theme/issues/1463>. push 27 Jun 2023 10:07AM UTC roskakori github pending completion  
5388493410 116-fix-documentation-build-on-readthedocs Merge d748974c9 into 2d631db85 Pull #117 27 Jun 2023 10:07AM UTC web-flow github pending completion  
5388028358 116-fix-documentation-build-on-readthedocs Merge 35a18dc7c into 2d631db85 Pull #117 27 Jun 2023 09:18AM UTC web-flow github pending completion  
5388027915 116-fix-documentation-build-on-readthedocs #116 Change build script to use separate virtual environment This enables the local build, the CI build and the ReadTheDocs build to have the same potential dependency conflicts and consequently detect the early on. push 27 Jun 2023 09:18AM UTC roskakori github pending completion  
5387864540 116-fix-documentation-build-on-readthedocs Merge 1a6fc9722 into 2d631db85 Pull #117 27 Jun 2023 09:03AM UTC web-flow github pending completion  
5387844410 116-fix-documentation-build-on-readthedocs #116 Add documentation build to CI push 27 Jun 2023 09:01AM UTC roskakori github pending completion  
See All Builds (547)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc