BrettMayson / arma-rs

GNU General Public License v2.0
42 stars 8 forks source link

add callback tests #12

Closed BrettMayson closed 2 years ago

BrettMayson commented 2 years ago

Before merge:

codecov[bot] commented 2 years ago

Codecov Report

Merging #12 (3e904f8) into main (1f18a5f) will increase coverage by 1.73%. The diff coverage is 69.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   66.55%   68.29%   +1.73%     
==========================================
  Files           8       10       +2     
  Lines         296      369      +73     
==========================================
+ Hits          197      252      +55     
- Misses         99      117      +18     
Impacted Files Coverage Δ
arma-rs-proc/src/lib.rs 0.00% <0.00%> (ø)
arma-rs/src/lib.rs 40.00% <12.50%> (-25.96%) :arrow_down:
arma-rs/src/context.rs 75.00% <75.00%> (ø)
arma-rs/src/command.rs 59.72% <81.81%> (+8.77%) :arrow_up:
arma-rs/src/testing.rs 91.66% <91.66%> (ø)
arma-rs-example/src/lib.rs 91.42% <100.00%> (ø)
arma-rs-example/src/timer.rs 100.00% <100.00%> (+66.66%) :arrow_up:
arma-rs/src/group.rs 88.88% <100.00%> (ø)
... and 2 more

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 1f18a5f...3e904f8. Read the comment docs.