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

zopefoundation / persistent
100%

Build:
DEFAULT BRANCH: master
Repo Added 31 Jul 2018 09:43PM UTC
Files 26
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: master
CHANGE BRANCH
x
Reset
  • master
  • 4.4.0
  • 4.4.1
  • 4.4.2
  • 4.4.3
  • 4.5.0
  • 4.5.1
  • 4.6.0
  • 4.6.1
  • 4.6.2
  • 4.6.3
  • 4.6.4
  • 4.8.0
  • 4.9.0
  • 4.9.1
  • 4.9.2
  • 4.9.3
  • 5.0
  • 5.1
  • 5.2
  • 6.0
  • 6.1
  • 6.1.1
  • 6.2
  • 6.3
  • 6.4
  • 6.5
  • 6.6
  • ExtensionClass_Base_as_object
  • all-repos_autofix_all-repos-sed
  • cache_size_parameter_enhancement
  • clear_dict_py314
  • config-with-c-code
  • config-with-c-code-template-0ce77409
  • config-with-c-code-template-18798421
  • config-with-c-code-template-1ab4df9f
  • config-with-c-code-template-2195d2ed
  • config-with-c-code-template-2f0abadc
  • config-with-c-code-template-4dc0484e
  • config-with-c-code-template-51f0db4e
  • config-with-c-code-template-5a4d3a13
  • config-with-c-code-template-6f8d8c51
  • config-with-c-code-template-76e81852
  • config-with-c-code-template-7cdbe1e4
  • config-with-c-code-template-84c8ebcb
  • config-with-c-code-template-8d837c89
  • config-with-c-code-template-8daa034c
  • config-with-c-code-template-9e2b2911
  • config-with-c-code-template-a2f58d87
  • config-with-c-code-template-a361e1fd
  • config-with-c-code-template-a7193216
  • config-with-c-code-template-b21fbbf2
  • config-with-c-code-template-dc5cbb79
  • config-with-c-code-template-f317618e
  • config-with-c-code-template-f472bcc5
  • config-with-c-code-template-f6f126ea
  • coverage
  • dataflake/cleanup_require_cffi
  • dataflake/fix_cffi_extensions
  • dataflake/fix_yet_another_setuptools_breakage
  • fix-GHA-pypy2
  • fix-c-warning
  • fix-caches
  • fix-docs-builds
  • fix-freethreaded-ob_refcnt
  • fix-macos-3.15-cffi-arch
  • fix-pypy-install
  • fix-tox
  • fix-wheels
  • flake8
  • isort
  • issue102
  • issue11
  • issue112
  • issue124
  • issue125
  • issue126
  • issue129
  • issue131
  • issue133
  • issue137
  • issue143
  • issue144
  • issue149
  • issue150
  • issue155
  • issue157
  • issue41
  • issue77
  • issue81
  • issue86
  • issue88
  • issue92
  • issue97
  • issue99
  • jo-sanitize-oid
  • macpython-3.6
  • no-pylint
  • perrinjerome/fix_oid_repr
  • py-refcnt
  • py-ssize-t-clean
  • py34,py38
  • py36-mac
  • py38-wheels
  • py39
  • req-cffi
  • src-layout
  • travis_mac_py3.8
  • tseaver-199-tox_e_coverage_passing
  • tseaver-206-remove-simple_new-fossil
  • tseaver-fix_compat_header
  • tseaver-fix_windows_breakage
  • tseaver-pep489
  • tseaver-py313-tomlize
  • tseaver-tweak_coverage
  • update-manylinux
  • use-pypi-token
  • use-unsigned-hex-consts-in-timestamp

21 May 2026 06:23AM UTC coverage: 99.597% (+0.05%) from 99.549%
26209275679

push

github

web-flow
Add preliminary support for Python 3.15b1. (#232)

* Configuring for c-code

* Add compatibility definitions for PyPy's trashcan mechanism

* Pre-install cffi to fix macOS Python 3.15 build (#233)

* Pre-install cffi natively to fix macOS 3.15 x86_64 cross-compilation

On ARM64 macOS runners, the x86_64 cross-compilation step causes
setup_requires/fetch_build_eggs to build cffi from source with x86_64
flags (no pre-built 3.15 wheel exists). Python (arm64) then cannot load
the x86_64 _cffi_backend.so.

Pre-installing cffi via pip ensures it is available natively so
setuptools does not attempt to rebuild it with cross-compilation flags.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Replace AndreMiras/coveralls-python-action with coverallsapp/github-action

The andremiras action is not allowed by the org's action policy. Switch to
the official Coveralls-maintained action which is verified in the GitHub
Marketplace.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

274 of 274 branches covered (100.0%)

Branch coverage included in aggregate %.

5161 of 5183 relevant lines covered (99.58%)

7.89 hits per line

Relevant lines Covered
Build:
Build:
5183 RELEVANT LINES 5161 COVERED LINES
7.89 HITS PER LINE
Source Files on master
  • Tree
  • List 26
  • Changed 26
  • Source Changed 26
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26209275679 master Add preliminary support for Python 3.15b1. (#232) * Configuring for c-code * Add compatibility definitions for PyPy's trashcan mechanism * Pre-install cffi to fix macOS Python 3.15 build (#233) * Pre-install cffi natively to fix macOS 3.15 x86... push 21 May 2026 06:27AM UTC web-flow github
99.6
25990632483 master Back to development: 6.7 push 17 May 2026 01:27PM UTC icemac github
99.55
25628504969 master Back to development: 6.7 push 10 May 2026 01:22PM UTC icemac github
99.55
25305584912 master Back to development: 6.7 push 04 May 2026 07:06AM UTC icemac github
99.55
25305471696 master Merge pull request #231 from zopefoundation/config-with-c-code-template-f472bcc5 Update zope.meta templates, support Windows/ARM64 and source dists push 04 May 2026 07:05AM UTC web-flow github
99.55
24956338518 master Merge pull request #230 from bluedynamics/fix-freethreaded-ob_refcnt Use CPython API macros for ob_refcnt and ob_type access (free-threading support) push 26 Apr 2026 01:19PM UTC web-flow github
99.55
24628746772 master Merge pull request #230 from bluedynamics/fix-freethreaded-ob_refcnt Use CPython API macros for ob_refcnt and ob_type access (free-threading support) push 19 Apr 2026 01:15PM UTC web-flow github
99.55
24306429965 master Merge pull request #230 from bluedynamics/fix-freethreaded-ob_refcnt Use CPython API macros for ob_refcnt and ob_type access (free-threading support) push 12 Apr 2026 01:20PM UTC web-flow github
99.55
24001204279 master Merge pull request #230 from bluedynamics/fix-freethreaded-ob_refcnt Use CPython API macros for ob_refcnt and ob_type access (free-threading support) push 05 Apr 2026 01:09PM UTC web-flow github
99.55
23708676256 master Merge pull request #230 from bluedynamics/fix-freethreaded-ob_refcnt Use CPython API macros for ob_refcnt and ob_type access (free-threading support) push 29 Mar 2026 01:17PM UTC web-flow github
99.55
See All Builds (711)
  • 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

© 2026 Coveralls, Inc