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

OpenSemanticLab / osw-python
41%
main: 54%

Build:
Build:
LAST BUILD BRANCH: oold-and-opensemantic-package-integration
DEFAULT BRANCH: main
Repo Added 10 Jan 2023 08:26AM CUT
Token SiUJuJMxdYpMYIX08cbwVQKctV2BYNPca regen
Build 287 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 refs/tags/v0.14.6
branch: refs/tags/v0.14.6
CHANGE BRANCH
x
Reset
Sync Branches
  • refs/tags/v0.14.6
  • 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
  • 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.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.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
  • some-work-on-core
  • store_entity-rework-add-selective-overwrite
  • store_entity_fix

05 Feb 2024 02:16PM CUT coverage: 41.328%. First build
7785993045

push

github

web-flow
Dependency checker for pagepackages (#47)

* New method for osw.data.mining.RegExPatternExtended

* Removed redundant and deprecated function call

* Added dependency checker for PagePackages

* Including check of dependencies for Items and Files

* Fixing recursive dependency check + Renaming of functions for readability + Docstrings added

* Fix: If no new missing pages were found, no missing pages would be labeled

Enh: Removing unneeded parameters

* hotfix for pre_suffix determination

(in case the "omit slot suffix" for main slot is active)

* Hotfix of Validation Error for LoadEntityParam

* reformatting

1298 of 4171 branches covered (0.0%)

Branch coverage included in aggregate %.

1957 of 3705 relevant lines covered (52.82%)

3.09 hits per line

Relevant lines Covered
Build:
Build:
3705 RELEVANT LINES 1957 COVERED LINES
3.09 HITS PER LINE
Source Files on refs/tags/v0.14.6
  • Tree
  • List 28
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
0.0
src/osw/controller/database.py134 51 0 51 0.0 0 9
0.0
src/osw/controller/page_package.py662 256 0 256 0.0 0 375
9.5
src/osw/data/import_utility.py826 353 61 292 6.0 9 375
20.71
src/osw/wiki_tools.py1285 536 143 393 6.0 179 840
31.82
src/osw/utils/util.py572 165 66 99 6.0 46 141
32.69
src/osw/model/static.py68 35 17 18 6.0 0 17
36.76
src/osw/wtsite.py1233 652 331 321 5.0 152 510
56.29
src/osw/sparql_client_smw.py238 104 65 39 6.0 29 34
56.47
src/osw/data/mining.py334 134 89 45 5.0 55 66
61.46
src/osw/core.py893 395 281 114 5.0 250 219
Showing 1 to 10 of 28 entries
  • Previous
  • 1
  • 2
  • 3
  • Next
  • ►
    41.33
    src/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
7785993045 refs/tags/v0.14.6 Dependency checker for pagepackages (#47) * New method for osw.data.mining.RegExPatternExtended * Removed redundant and deprecated function call * Added dependency checker for PagePackages * Including check of dependencies for Items and ... push 05 Feb 2024 02:30PM CUT web-flow github
41.33
See All Builds (208)

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

© 2025 Coveralls, Inc