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

liran-funaro / sphinx-markdown-builder / 18529082049
98%

Build:
DEFAULT BRANCH: main
Ran 15 Oct 2025 12:37PM UTC
Jobs 1
Files 6
Run time 1min
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

15 Oct 2025 12:36PM UTC coverage: 99.105% (+0.002%) from 99.103%
18529082049

push

github

web-flow
Declare extension as safe for parallel reading/writing (#38)

When I run sphinx-build with "-j auto" I get this warning:

	WARNING: the sphinx_markdown_builder extension does not
	declare if it is safe for parallel reading, assuming it isn't -
	please ask the extension author to check and make it explicit

Based on https://www.sphinx-doc.org/en/master/extdev/index.html and
a cursory look at the code, I think we should be parallel-safe:
concurrent read/write calls on different documents should not conflict,
and we never write anything to the build environment object ("env").

Let's enable parallel reading/writing explicitly.

If this is wrong, we should disable it explicitly.

3 of 3 new or added lines in 1 file covered. (100.0%)

775 of 782 relevant lines covered (99.1%)

3.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18529082049.1 15 Oct 2025 12:38PM UTC 6
99.1
GitHub Action Run
Source Files on build 18529082049
  • Tree
  • List 6
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • fd81abb7 on github
  • Prev Build on main (#18528888405)
  • Next Build on main (#18529202121)
  • Delete
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