Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Mock Skia's APIs for docs generation #288

Merged
merged 14 commits into from
Aug 28, 2023
Merged

fix: Mock Skia's APIs for docs generation #288

merged 14 commits into from
Aug 28, 2023

Conversation

marc2332
Copy link
Owner

@marc2332 marc2332 commented Aug 26, 2023

Might fix #285

@codecov
Copy link

codecov bot commented Aug 26, 2023

Codecov Report

Patch coverage: 57.89% and no project coverage change.

Comparison is base (e083630) 52.41% compared to head (4ecf3c7) 52.41%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   52.41%   52.41%           
=======================================
  Files         129      129           
  Lines       11181    11181           
=======================================
  Hits         5861     5861           
  Misses       5320     5320           
Files Changed Coverage Δ
components/src/graph.rs 0.00% <ø> (ø)
core/src/events.rs 96.82% <ø> (ø)
core/src/layers.rs 98.30% <ø> (ø)
core/src/layout.rs 100.00% <ø> (ø)
core/src/render.rs 0.00% <ø> (ø)
devtools/src/property.rs 0.00% <ø> (ø)
hooks/src/shader_uniforms.rs 0.00% <ø> (ø)
hooks/src/use_animation_transition.rs 70.28% <ø> (ø)
layout/src/layers.rs 54.71% <ø> (ø)
renderer/src/app.rs 0.00% <ø> (ø)
... and 30 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marc2332 marc2332 changed the title fix: Mock the graphics engine APIs fix: Mock Skia's APIs for docs generation Aug 26, 2023
@marc2332 marc2332 added this to the 0.1.0 milestone Aug 26, 2023
@marc2332 marc2332 marked this pull request as ready for review August 26, 2023 20:54
@marc2332 marc2332 merged commit e3d9142 into main Aug 28, 2023
6 checks passed
@marc2332 marc2332 deleted the fix/mocked-engine branch August 28, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

issue: Can't build docs in docs.rs
1 participant