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

share / sharedb
97%

Build:
DEFAULT BRANCH: master
Repo Added 10 Mar 2016 07:44AM CUT
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 1.x-beta
  • ServerStream-clone
  • Teamwork-fix-whenNothingPending
  • add-connection-tests
  • after-write
  • async-2
  • backend-docs
  • broken-connection
  • bug-fix/broken-hard-rollback
  • bug-fix/broken-presence-hardrollback
  • close-milestone-database
  • db-method-options
  • delay-op-for-query-poll
  • delete-docs
  • doc-images-with-height
  • downgrade-stack-warn
  • error-codes
  • eslint
  • examples-ws-update
  • fetch-snapshot-middleware
  • fix-272
  • fix-docs
  • fix-flaky-test
  • fix-projection-queries
  • fix-tests-sync-unsub
  • fix-textarea-example
  • getops-options
  • handshake
  • held-ops
  • initialise-paused
  • leadership-readme-update
  • logger-override
  • master
  • middleware-docs-reply
  • null-milestone-db
  • op-batch
  • otapply-rollback
  • presence
  • presence-call-each
  • presence-destroy
  • presence-example
  • presence-resubscribe
  • read-docs-middleware
  • readSnapshots-context
  • readSnapshots-specific-errors
  • remove-deprecated-middleware
  • remove-duplicated-type
  • remove-mingo-dep
  • reorganize-pubsub-adapters
  • reply-middleware
  • revert-263-readSnapshots-context
  • revert-shallow-copy-op
  • run-sharedb-mongo-tests
  • server-plugin-query
  • show
  • silence-logger-in-tests
  • snapshot-by-timestamp
  • snapshot-request-test
  • snapshot-throw
  • test-error-visibility
  • test-fixes
  • test-query-poll-doc
  • unsubscribe-bug
  • update-dependencies
  • update-examples
  • update-snapshot-docs
  • use-async
  • use-loglevel
  • v0.11.35
  • v0.11.36
  • v0.11.37
  • v1.0.0
  • v1.0.0-beta.1
  • v1.0.0-beta.10
  • v1.0.0-beta.11
  • v1.0.0-beta.12
  • v1.0.0-beta.13
  • v1.0.0-beta.14
  • v1.0.0-beta.15
  • v1.0.0-beta.16
  • v1.0.0-beta.17
  • v1.0.0-beta.18
  • v1.0.0-beta.19
  • v1.0.0-beta.2
  • v1.0.0-beta.20
  • v1.0.0-beta.21
  • v1.0.0-beta.22
  • v1.0.0-beta.23
  • v1.0.0-beta.24
  • v1.0.0-beta.25
  • v1.0.0-beta.26
  • v1.0.0-beta.27
  • v1.0.0-beta.28
  • v1.0.0-beta.29
  • v1.0.0-beta.3
  • v1.0.0-beta.30
  • v1.0.0-beta.31
  • v1.0.0-beta.4
  • v1.0.0-beta.5
  • v1.0.0-beta.6
  • v1.0.0-beta.7
  • v1.0.0-beta.8
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.3.4
  • v1.4.0
  • v1.4.1
  • v1.4.2
  • v1.5.0
  • v2
  • yet-another-presence

11 Mar 2025 04:23PM CUT coverage: 97.492%. Remained the same
13793097708

push

github

alecgibson
5.2.1

1663 of 1876 branches covered (88.65%)

3499 of 3589 relevant lines covered (97.49%)

887.56 hits per line

Relevant lines Covered
Build:
Build:
3589 RELEVANT LINES 3499 COVERED LINES
887.56 HITS PER LINE
Source Files on master
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
90.0
lib/error.js83 10 9 1 200.0 3 1
90.14
lib/util.js122 71 64 7 2027.0 33 10
93.75
lib/read-snapshots-request.js110 32 30 2 448.0 5 3
95.28
lib/client/doc.js1121 466 444 22 890.0 282 32
95.38
lib/ot.js265 130 124 6 725.0 127 12
96.05
lib/client/connection.js841 380 365 15 1382.0 157 26
96.9
lib/backend.js952 484 469 15 990.0 208 42
97.56
lib/agent.js1036 533 520 13 1317.0 284 35
97.58
lib/query-emitter.js354 165 161 4 219.0 69 11
98.21
lib/client/query.js201 112 110 2 234.0 43 6
Showing 1 to 10 of 39 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
  • ►
    97.49
    lib/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
13793097708 master 5.2.1 push 11 Mar 2025 04:24PM CUT alecgibson github
97.49
13792841545 master 🐛 Unhandled rejection when submitting presence during hard rollback. (#693) Similar case to: - https://github.com/share/sharedb/pull/692 however instead of submitting ops to doc is when we submit doc presence push 11 Mar 2025 04:11PM CUT web-flow github
97.49
13695947016 bug-fix/broken-presence-hardrollback Merge 0b16633e9 into dc798a851 Pull #693 06 Mar 2025 09:56AM CUT web-flow github
97.49
13671506362 master 5.2.0 push 05 Mar 2025 08:22AM CUT alecgibson github
97.49
13659428866 master 🐛 Unhandled rejection when submitting ops during hard rollback. (#692) * 🐛 Unhandled rejection when submitting ops during hard rollback. After doing the steps: 1. Create a doc with rich text type (or any other non irreversible type) 2. Make op s... push 04 Mar 2025 05:29PM CUT web-flow github pending completion  
13659411672 master 🔥 Remove duplicate this.type = null assigment (#691) At the moment in constructor we call ```js this.type = null ``` twice. Let's remove one of the calls push 04 Mar 2025 05:28PM CUT web-flow github
97.49
13659395492 bug-fix/broken-hard-rollback Merge fd67b1666 into ca50594b7 Pull #692 04 Mar 2025 05:27PM CUT web-flow github
97.49
13659384843 bug-fix/broken-hard-rollback Merge 0857be5a3 into ca50594b7 Pull #692 04 Mar 2025 05:26PM CUT web-flow github
97.49
13657710308 bug-fix/broken-hard-rollback Merge 6f3869c66 into ca50594b7 Pull #692 04 Mar 2025 03:57PM CUT web-flow github
97.49
13635625151 bug-fix/broken-hard-rollback Merge d6842e4a4 into ca50594b7 Pull #692 03 Mar 2025 04:28PM CUT web-flow github
97.41
See All Builds (1411)
  • 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