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

zopefoundation / ZODB
84%

Build:
DEFAULT BRANCH: master
Repo Added 12 Jul 2016 05:44PM UTC
Files 116
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 3.10.7
  • 350-fix-bytes-vs-text
  • 5.0.1
  • 5.1.0
  • 5.1.1
  • 5.2.0
  • 5.2.1
  • 5.2.2
  • 5.2.3
  • 5.2.4
  • 5.3.0
  • 5.4.0
  • 5.5.0
  • 5.5.1
  • 5.6.0
  • 5.7.0
  • 5.8.0
  • 5.8.1
  • 6.0
  • 6.0.1
  • add-py38
  • agroszer-clean-leaks
  • agroszer-typo
  • all-repos_autofix_all-repos-sed
  • appveyor
  • appveyor-mock
  • be-less-negative
  • blob-default-permissions
  • blob_tests
  • bytes_for_all_tids
  • cleanup-check_checkCurrentSerialInTransaction
  • closure
  • config-with-pure-python
  • config-with-pure-python-template-12d1a05d
  • config-with-pure-python-template-1404d28b
  • config-with-pure-python-template-6f887812
  • config-with-pure-python-template-b21fbbf2
  • config-with-pure-python-template-babc889c
  • coveralls
  • data-for-TransactionMetaData-and-TransactionRecord
  • dataflake/gh-actions
  • davisagli-pack-error-oid
  • doc-292-volatile-attributes
  • drop34
  • extension_bytes
  • faster-bush-oid-to-path
  • feature/faster-tests
  • fix-py310-deprecation-warnings
  • fix-recursion
  • fix_UnboundLocalError
  • fix_memleak_with_closed_connections
  • fix_racetests
  • fixup-pr307
  • fsdump_fsstats#354
  • get-ghost
  • handle_serial
  • import-no-seeks
  • issue-119
  • issue-138
  • issue-139
  • issue158
  • issue213
  • issue214
  • issue216
  • issue263
  • issue266
  • issue268
  • issue282
  • issue290
  • issue78
  • jam-pickle-prot
  • jam-zodbshootout-26
  • jamadden-patch-1
  • master
  • merge-zodbdocs
  • no-sphinx-on-3.3
  • only-new-style
  • perrinjerome/fix/restore_wrong_prev_txn
  • perrinjerome/repozo-ignored-warning
  • perrinjerome/repozo-recover-stdout
  • prep-5.5.0-release
  • prep-5.5.1-release
  • pure-python-tests
  • pypi
  • python3-compatible-persistent-refs
  • python311
  • python36
  • racetest
  • remove-obsolete
  • repozo-better-error
  • repozo-incremental-recover
  • repozo-verify-exit-code
  • rotonen-bump-pypy
  • storage-afterCompletion
  • storage-afterCompletion2
  • storage-byte-appreciation
  • sunew-failing-test-for-208
  • tour
  • transaction30
  • tseaver-drop_setup_py_test_fossils
  • update-zodbpickle
  • weakset
  • y/check_race-spec
  • y/flakes
  • y/fs1-recover-seek-fix
  • y/goodbye-warnhook
  • y/kill-positive_id
  • y/zope-testrunner-a1000
  • z-object-database
  • zope-interface-fix-inconsistent-iro

13 Apr 2025 09:23AM UTC coverage: 83.811%. Remained the same
14429309523

push

github

dataflake
- vb [ci skip]

2439 of 3540 branches covered (68.9%)

13336 of 15912 relevant lines covered (83.81%)

0.84 hits per line

Relevant lines Covered
Build:
Build:
15912 RELEVANT LINES 13336 COVERED LINES
0.84 HITS PER LINE
Source Files on master
  • Tree
  • List 116
  • 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
14429309523 master - vb [ci skip] push 13 Apr 2025 01:16PM UTC dataflake github
83.81
14428148711 6.0.1 - prepare release 6.0.1 push 13 Apr 2025 09:24AM UTC dataflake github
83.81
14428087933 master - prepare release 6.0.1 push 13 Apr 2025 09:16AM UTC dataflake github
83.81
14421359493 master FileStorage: Fix restore to correctly check restored data content (#409) In commit 8160568b (FileStorage: fix rare data corruption when using restore after multiple undos (#395)) we fixed FileStorage.restore to work correctly in the presence of m... push 12 Apr 2025 04:25PM UTC web-flow github
83.82
14350978938 y/fs1-recover-seek-fix fixup! FileStorage: Fix restore to correctly check restored data content Add changelog entry. Pull #409 09 Apr 2025 07:02AM UTC navytux github
83.81
14349969466 perrinjerome/fix/restore_wrong_prev_txn Merge branch 'master' into perrinjerome/fix/restore_wrong_prev_txn Pull #397 09 Apr 2025 05:52AM UTC web-flow github
83.8
14309406173 y/fs1-recover-seek-fix FileStorage: Fix restore to correctly check restored data content In commit 8160568b (FileStorage: fix rare data corruption when using restore after multiple undos (#395)) we fixed FileStorage.restore to work correctly in the presence of multiple... Pull #409 07 Apr 2025 12:42PM UTC navytux github
83.81
14309380719 master *: Fix flake8 errors (#408) ZODB$ python3 -m flake8 src setup.py src/ZODB/scripts/checkbtrees.py:27:5: F824 `global oids_seen` is unused: name is never assigned in scope src/ZODB/tests/speed.py:82:13: F824 `global debug` is unused: name i... push 07 Apr 2025 12:40PM UTC web-flow github
83.78
14308645100 y/fs1-recover-seek-fix FileStorage: Fix restore to correctly check restored data content In commit 8160568b (FileStorage: fix rare data corruption when using restore after multiple undos (#395)) we fixed FileStorage.restore to work correctly in the presence of multiple... Pull #409 07 Apr 2025 12:04PM UTC navytux github
83.81
14308585714 y/flakes *: Fix flake8 errors ZODB$ python3 -m flake8 src setup.py src/ZODB/scripts/checkbtrees.py:27:5: F824 `global oids_seen` is unused: name is never assigned in scope src/ZODB/tests/speed.py:82:13: F824 `global debug` is unused: name is n... push 07 Apr 2025 12:01PM UTC navytux github
83.77
See All Builds (863)
  • 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