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

divio / django-cms
77%
develop: 77%

Build:
Build:
LAST BUILD BRANCH: release/4.0.1.x
DEFAULT BRANCH: develop
Repo Added 04 Apr 2014 01:20PM UTC
Files 25
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 develop-4
branch: develop-4
CHANGE BRANCH
x
Reset
  • develop-4
  • 3.11.x-multiple-fallback
  • 3.11.x-permanent-language-redirect-option
  • WiP-remaining-CMS4-issues
  • add/docs
  • chore/github-templates
  • chore/pr-lint-update
  • ci/pre-commit
  • ci/update-lint-pr
  • develop
  • docs/contributing
  • docs/placeholders
  • docs/update-installation-by-hand
  • docs/venv-command
  • feat/3.11.5+intranet-fix
  • feat/3.11.5+intranet-fix+cms-fix-multisite
  • feat/backport-rtl
  • feat/django-42-compatible
  • feat/django-42-compatible-update
  • feat/django-5-support
  • feat/modernize-django-update-ci
  • feat/new-contributor-msg-v3
  • feat/no-squash-bot
  • feat/rtl-support
  • feat/specific-depr-warnings
  • feat/update-cms-cache-prefix-docs
  • feat/update-frontend-test-docs
  • feature/language-from-middleware
  • fix-7752-change_template-form
  • fix/cms_menus
  • fix/copy-content-extension
  • fix/copy-extensions
  • fix/dark-mode-messages
  • fix/extension-toolbar
  • fix/honour-redirect-on-fallback-for-homepage
  • fix/incorrect-migrate-command
  • fix/issue-7672
  • fix/language-chooser
  • fix/logout-django-5-0
  • fix/plugin-paths
  • fix/port-forward-7070
  • fix/readable-messages
  • fix/redirect-after-create
  • fix/releasenotes-3.11.4
  • fix/return-handle-no-page
  • fix/structure-mode-button-incorrect-bundles
  • fix/update-installation-instructions
  • fix/wizard_redirect_to_object_edit_url
  • fix_plural_forms_fr_djangojs_locale
  • fsbraun-develop
  • fsbraun-patch-1
  • fsbraun-patch-2
  • issue-7745-delete-page
  • meandre_3.11
  • new-release
  • old-release-4.1.x
  • permanent-language-redirect-option
  • pyup-update-alabaster-0.7.12-to-0.7.14
  • pyup-update-alabaster-0.7.12-to-0.7.15
  • pyup-update-alabaster-0.7.12-to-0.7.16
  • pyup-update-alabaster-0.7.12-to-1.0.0
  • pyup-update-asgiref-3.5.0-to-3.8.0
  • pyup-update-asgiref-3.5.0-to-3.8.1
  • release-x/4.1.x
  • release/3.11.5+socialschools-cms-fixes
  • release/3.11.x
  • release/4.0.1.x
  • release/4.1.x
  • release/4.1.x.x
  • release/build
  • remove-delete-page-from-toolbar
  • testtt

28 Jan 2024 04:41PM UTC coverage: 76.775%. Remained the same
#28507

push

travis-ci

web-flow
chore: Update PR lint action (#7790)

1044 of 1541 branches covered (0.0%)

2519 of 3281 relevant lines covered (76.78%)

32.53 hits per line

Relevant lines Covered
Build:
Build:
3281 RELEVANT LINES 2519 COVERED LINES
32.53 HITS PER LINE
Source Files on develop-4
  • Tree
  • List 25
  • Changed 1
  • 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
#28507 develop-4 chore: Update PR lint action (#7790) push 28 Jan 2024 04:42PM UTC web-flow travis-ci
76.78
#28494 develop-4 fix: return _handle_no_page when page is None (#7786) push 27 Jan 2024 05:09PM UTC web-flow travis-ci
76.78
#28493 develop-4 fix: return _handle_no_page when page is None (#7786) push 27 Jan 2024 08:07AM UTC web-flow travis-ci
76.78
#28490 develop-4 fix: Redirect user to edit url after a successful page creation (#7772) * fix: Redirect user to edit url on success * fix: add test for when `edit_mode_on_success` is False * fix: remove the u string prefix --------- Co-authored-by: F... push 26 Jan 2024 11:38PM UTC web-flow travis-ci
76.78
#28473 develop-4 build(deps): bump django from 3.2.16 to 3.2.23 in /docs (#7776) Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.23. - [Commits](https://github.com/django/django/compare/3.2.16...3.2.23) --- updated-dependencies: - depend... push 26 Jan 2024 01:02AM UTC web-flow travis-ci
76.78
#28460 develop-4 build(deps): bump django from 3.2.16 to 3.2.23 in /docs (#7776) Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.23. - [Commits](https://github.com/django/django/compare/3.2.16...3.2.23) --- updated-dependencies: - depend... push 23 Jan 2024 12:03PM UTC web-flow travis-ci
76.78
#28452 develop-4 build(deps): bump actions/cache from 3 to 4 (#7775) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEA... push 22 Jan 2024 01:29PM UTC web-flow travis-ci
76.78
#28442 develop-4 Issue 7763 is fixed (#7771) push 21 Jan 2024 01:43PM UTC web-flow travis-ci
76.78
#28439 develop-4 chore: Update github issue and PR templates (#7767) * Update github issue and PR templates * Update ---documentation-report.md push 19 Jan 2024 10:36AM UTC web-flow travis-ci
76.78
#28434 develop-4 fix: editing of apphooked CMS pages without apphook landing page (#7766) * do not call details view from apphook endpoint closes #7765 * implement test for apphook without landing page tests #7765 * Update 01-install.rst * Update d... push 18 Jan 2024 12:55PM UTC web-flow travis-ci
76.78
See All Builds (17085)
  • 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