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

Bytes module #80

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Bytes module #80

wants to merge 10 commits into from

Conversation

alanpoon
Copy link

Can be used to load bytes from font files.

@codecov
Copy link

codecov bot commented Jun 30, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@48d4e87). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #80   +/-   ##
=========================================
  Coverage          ?   57.98%           
=========================================
  Files             ?      102           
  Lines             ?     6390           
  Branches          ?        0           
=========================================
  Hits              ?     3705           
  Misses            ?     2685           
  Partials          ?        0
Impacted Files Coverage Δ
src/video/system.rs 82.81% <ø> (ø)
src/input/system.rs 33.33% <ø> (ø)
src/input/mod.rs 84.61% <ø> (ø)
src/video/mod.rs 79.31% <ø> (ø)
src/video/assets/texture_loader.rs 44.44% <ø> (ø)
src/input/keyboard.rs 44% <ø> (ø)
src/input/mouse.rs 25.27% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48d4e87...567c069. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 30, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@48d4e87). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #80   +/-   ##
=========================================
  Coverage          ?   57.98%           
=========================================
  Files             ?      102           
  Lines             ?     6390           
  Branches          ?        0           
=========================================
  Hits              ?     3705           
  Misses            ?     2685           
  Partials          ?        0
Impacted Files Coverage Δ
src/video/system.rs 82.81% <ø> (ø)
src/input/system.rs 33.33% <ø> (ø)
src/input/mod.rs 84.61% <ø> (ø)
src/video/mod.rs 79.31% <ø> (ø)
src/video/assets/texture_loader.rs 44.44% <ø> (ø)
src/input/keyboard.rs 44% <ø> (ø)
src/input/mouse.rs 25.27% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48d4e87...567c069. Read the comment docs.

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.

1 participant