Closed tangmi closed 5 years ago
Merging #108 into master will decrease coverage by
3.05%
. The diff coverage is92.3%
.
@@ Coverage Diff @@
## master #108 +/- ##
==========================================
- Coverage 49.84% 46.78% -3.06%
==========================================
Files 7 7
Lines 1575 1261 -314
==========================================
- Hits 785 590 -195
+ Misses 790 671 -119
Impacted Files | Coverage Δ | |
---|---|---|
spirv_cross/src/bindings_native.rs | 0.34% <ø> (-0.24%) |
:arrow_down: |
spirv_cross/src/spirv.rs | 32.28% <100%> (-2.32%) |
:arrow_down: |
spirv_cross/src/compiler.rs | 77.07% <90%> (-5.1%) |
:arrow_down: |
spirv_cross/src/msl.rs | 46.36% <0%> (-8.76%) |
:arrow_down: |
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 6d6a065...b38f4ad. Read the comment docs.
Closes #107. This changeset is mostly based off
get_member_name
.I hope I updated everything correctly!
bindings_generator
wasm
executes (I couldn't getwasm
to run directly)get_name
inbindings_wasm_funcsions
glsl_tests.rs