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

codenotary / immudb / 30467610695
85%

Build:
DEFAULT BRANCH: master
Ran 29 Jul 2026 03:56PM UTC
Jobs 1
Files 311
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

29 Jul 2026 03:47PM UTC coverage: 84.966% (-0.007%) from 84.973%
30467610695

push

gh-ci

vchaindz
feat(appendable): support the wasip1 build target in fileutils

fileutils has a per-platform syncDir/fdatasync pair behind build tags, with no
implementation for wasip1, so any build for GOOS=wasip1 failed with "undefined:
syncDir" and "undefined: fdatasync". That blocked compiling the embedded engine
to WebAssembly.

WASI preview 1 has no primitive for syncing a directory's entries, so syncDir is
a documented no-op: a crash between a file being created and its parent
directory entry being durably flushed could lose that file on some host
filesystems. fdatasync falls back to a full os.File.Sync, which maps to the WASI
fd_sync call and flushes both data and metadata.

The file is behind //go:build wasip1, so no other target is affected.

45223 of 53225 relevant lines covered (84.97%)

125907.5 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
85.74
-0.45% embedded/appendable/multiapp/multi_app.go
2
84.23
-0.37% embedded/sql/row_reader.go
2
76.09
-0.36% pkg/database/lazy_db.go
Jobs
ID Job ID Ran Files Coverage
1 30467610695.1 29 Jul 2026 03:56PM UTC 311
84.97
Source Files on build 30467610695
  • Tree
  • List 311
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d4b3842b on github
  • Prev Build on master (#28933776347)
  • Next Build on master (#30469546308)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc