JuliaSIMD / VectorizedRNG.jl

Vectorized uniform and normal random samplers.
MIT License
33 stars 7 forks source link

Transition from Travis CI to GitHub Actions CI #10

Closed DilumAluthge closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #10 (bf7d5d7) into master (e791515) will increase coverage by 0.44%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
+ Coverage   49.77%   50.22%   +0.44%     
==========================================
  Files           6        6              
  Lines         450      450              
==========================================
+ Hits          224      226       +2     
+ Misses        226      224       -2     
Impacted Files Coverage Δ
src/api.jl 50.63% <0.00%> (+1.26%) :arrow_up:

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 e791515...bf7d5d7. Read the comment docs.

chriselrod commented 3 years ago

Thank you for all this!