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

OpenSemanticLab / osw-python
53%

Build:
DEFAULT BRANCH: main
Repo Added 10 Jan 2023 08:26AM UTC
Token SiUJuJMxdYpMYIX08cbwVQKctV2BYNPca regen
Build 326 Last
Files 39
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 main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 29-fix-bugs-in-recent-version
  • 50-enh-osw-express
  • 70-fix-file-detection
  • 81-replace-dask-with-asyncio
  • 83-common-default-location
  • add-db-controller
  • add-file-controller
  • add-migration-tools
  • add-support-for-characteristics
  • add-test-support-python-3.12
  • alternative-delete_page
  • dependency-checker-for-pagepackages
  • dev
  • enh-renew-token-to-prevent-timeout
  • enh-tutorial
  • feat-add-rdf-generation
  • feat-add-support-for-recursive-schema-templates
  • feat-tolerant-load-entity
  • fixes-and-improvements
  • introduce-flake8-bugbear
  • local_slot_editor
  • main
  • prefect-support
  • pydantic-v1-submodule-fix
  • refs/tags/v0.1.2
  • refs/tags/v0.1.3
  • refs/tags/v0.10.0
  • refs/tags/v0.11.0
  • refs/tags/v0.11.1
  • refs/tags/v0.12.0
  • refs/tags/v0.12.2
  • refs/tags/v0.13.0
  • refs/tags/v0.13.1
  • refs/tags/v0.14.0
  • refs/tags/v0.14.1
  • refs/tags/v0.14.2
  • refs/tags/v0.14.3
  • refs/tags/v0.14.4
  • refs/tags/v0.14.5
  • refs/tags/v0.14.6
  • refs/tags/v0.15.0
  • refs/tags/v0.16.0
  • refs/tags/v0.16.1
  • refs/tags/v0.16.2
  • refs/tags/v0.16.3
  • refs/tags/v0.16.4
  • refs/tags/v0.16.5
  • refs/tags/v0.17.0
  • refs/tags/v0.17.1
  • refs/tags/v0.17.2
  • refs/tags/v0.18.0
  • refs/tags/v0.19.0
  • refs/tags/v0.2.0
  • refs/tags/v0.2.1
  • refs/tags/v0.20.0
  • refs/tags/v0.21.2
  • refs/tags/v0.22.0
  • refs/tags/v0.23.0
  • refs/tags/v0.24.0
  • refs/tags/v0.24.1
  • refs/tags/v0.25.0
  • refs/tags/v0.26.0
  • refs/tags/v0.27.0
  • refs/tags/v0.28.0
  • refs/tags/v0.29.0
  • refs/tags/v0.3.0
  • refs/tags/v0.30.0
  • refs/tags/v0.31.0
  • refs/tags/v0.32.0
  • refs/tags/v0.33.0
  • refs/tags/v0.35.0
  • refs/tags/v0.35.1
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.5.1
  • refs/tags/v0.5.2
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.7.1
  • refs/tags/v0.7.2
  • refs/tags/v0.8.0
  • refs/tags/v0.8.1
  • refs/tags/v0.9.0
  • refs/tags/v1.0.0
  • refs/tags/v1.0.1
  • some-work-on-core
  • store_entity-rework-add-selective-overwrite
  • store_entity_fix

29 Apr 2026 04:01PM UTC coverage: 52.582%. First build
25198415933

push

github

web-flow
Merge pull request #115 from OpenSemanticLab/dev

refactor: extract reusable Prefect+OSW utils from examples

469 of 1276 branches covered (36.76%)

Branch coverage included in aggregate %.

36 of 110 new or added lines in 3 files covered. (32.73%)

3298 of 5888 relevant lines covered (56.01%)

3.32 hits per line

Relevant lines Covered
Build:
Build:
5888 RELEVANT LINES 3298 COVERED LINES
3.32 HITS PER LINE
Source Files on main
  • Tree
  • List 39
  • 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
25198415933 main Merge pull request #115 from OpenSemanticLab/dev refactor: extract reusable Prefect+OSW utils from examples push 01 May 2026 01:55AM UTC web-flow github
52.58
25123257764 dev Merge e8e115cee into c2a355758 Pull #116 29 Apr 2026 05:29PM UTC web-flow github
51.83
25119710774 main Merge pull request #115 from OpenSemanticLab/dev refactor: extract reusable Prefect+OSW utils from examples push 29 Apr 2026 04:07PM UTC web-flow github
52.58
25096754496 dev Merge 491f8bcc0 into 5dfbd395f Pull #115 29 Apr 2026 07:46AM UTC web-flow github
52.58
25095149916 dev Merge e49185818 into 5dfbd395f Pull #115 29 Apr 2026 07:01AM UTC web-flow github
52.58
24486880473 main Merge pull request #114 from OpenSemanticLab/dev Fix type annotations, improve exception handling, and ensure reproducible serialization push 16 Apr 2026 01:27AM UTC web-flow github
53.09
24016795231 refs/tags/v1.0.1 Merge pull request #114 from OpenSemanticLab/dev Fix type annotations, improve exception handling, and ensure reproducible serialization push 06 Apr 2026 05:34PM UTC web-flow github
53.06
23994470274 dev Merge 21843dd12 into e69fc05b4 Pull #114 06 Apr 2026 02:43AM UTC web-flow github
53.06
22532937321 main fix: implement function to remove constraints from forward references and add tests Refs: https://github.com/pydantic/pydantic/issues/3745 Refs: https://github.com/koxudaxi/datamodel-code-generator/issues/2447 push 01 Mar 2026 01:20AM UTC simontaurus github
54.46
21251882418 refs/tags/v1.0.0 fix: implement function to remove constraints from forward references and add tests Refs: https://github.com/pydantic/pydantic/issues/3745 Refs: https://github.com/koxudaxi/datamodel-code-generator/issues/2447 push 22 Jan 2026 02:46PM UTC simontaurus github
54.49
See All Builds (225)

Badge your Repo: osw-python

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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