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

RDFLib / pySHACL / 84 / 8
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 23 Dec 2020 03:04AM UTC
Files 54
Run time 7s
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

23 Dec 2020 02:41AM UTC coverage: 81.496% (-0.2%) from 81.65%
TOX_ENV=py36,type-checking,lint DEPLOY=true

push

travis-ci

ashleysommer
Inplace Mode, for when cloning your datagraph is undesirable
- Normally pyshacl will create an in-memory copy of your datagraph before modifying it (when using ontology mixin, or inferencing features)
- This might be unwanted if your datagraph is very large or remote and cloning it into memory is not a good option
- Enabling inplace mode will bypass this clone step, and apply modification operations directly on your data_graph (use with caution!)
- Enable with `inplace=True` kwarg on `validate()`.
- Inplace mode is not yet available via the CLI application, and perhaps doesn't even make sense to have it available there.

Inferencing will no longer incorrectly place expanded triples into your original data_graph, unless you enable 'inplace'
SHACL-JS loader will no longer fail if the `regex` module is not installed (it will fall back to using builtin `re`)
SHACL-Rule DASH-tests will now pass when the SHACL-rule is applied on multigraph (Dataset or ConjunctiveGraph)

5250 of 6442 relevant lines covered (81.5%)

0.81 hits per line

Source Files on job 84.8 (TOX_ENV=py36,type-checking,lint DEPLOY=true)
  • Tree
  • List 0
  • Changed 6
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 45
  • Travis Job 84.8
  • 4195b0a0 on github
  • Prev Job for TOX_ENV=py36,type-checking,lint DEPLOY=true on master (#81.8)
  • Next Job for TOX_ENV=py36,type-checking,lint DEPLOY=true on master (#86.8)
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