Skip to content

Simplify coverage db schema. - #550

Merged
toddjonker merged 1 commit into
ion-fusion:mainfrom
toddjonker:push-lowzssnktumx
Aug 25, 2026
Merged

Simplify coverage db schema.#550
toddjonker merged 1 commit into
ion-fusion:mainfrom
toddjonker:push-lowzssnktumx

Conversation

@toddjonker

Copy link
Copy Markdown
Member

Use a sexp instead of a struct for each resource. This ensures we can read the URI and module before any locations.

Before: {name:{uri:u, module:m}, locations:[locs]}

After: (u m [locs])


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Use a sexp instead of a struct for each resource. This ensures we can read the URI and module before any locations.
@toddjonker
toddjonker merged commit 3550253 into ion-fusion:main Aug 25, 2026
4 checks passed
@toddjonker
toddjonker deleted the push-lowzssnktumx branch August 25, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants