liftedinit / many-rs

Rust libraries for the Many Protocol
Apache License 2.0
5 stars 11 forks source link

feat(dweb): custom domain support #412

Closed fmorency closed 1 year ago

fmorency commented 1 year ago

This is a breaking change but our production network is unused at the moment so we'll just reset it.

Relates https://github.com/liftedinit/ghostcloud/issues/11

codecov[bot] commented 1 year ago

Codecov Report

Merging #412 (a4f139a) into main (993eb1f) will increase coverage by 0.18%. The diff coverage is 98.63%.

@@            Coverage Diff             @@
##             main     #412      +/-   ##
==========================================
+ Coverage   81.63%   81.81%   +0.18%     
==========================================
  Files         149      149              
  Lines       16621    16793     +172     
==========================================
+ Hits        13568    13739     +171     
- Misses       3053     3054       +1     
Files Coverage Δ
src/many-modules/src/_16_web.rs 96.29% <100.00%> (+0.06%) :arrow_up:
src/many-modules/src/_16_web/list.rs 100.00% <ø> (ø)
src/many-modules/src/_17_web_commands.rs 95.55% <100.00%> (+0.20%) :arrow_up:
src/many-modules/src/_17_web_commands/deploy.rs 100.00% <ø> (ø)
src/many-modules/src/_17_web_commands/update.rs 100.00% <ø> (ø)
src/many-types/src/web.rs 18.18% <ø> (ø)
src/many-web/src/module.rs 74.56% <100.00%> (+8.67%) :arrow_up:
src/many-web/src/module/events.rs 0.00% <ø> (ø)
src/many-web/src/storage.rs 76.32% <100.00%> (+2.42%) :arrow_up:
src/many-modules/src/_4_events.rs 77.40% <0.00%> (-0.16%) :arrow_down:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

fmorency commented 1 year ago

Superseded by #414