tkf / ThreadsX.jl

Parallelized Base functions
MIT License
321 stars 10 forks source link

Use flags to control Aqua.test_all #153

Closed tkf closed 4 years ago

tkf commented 4 years ago

Commit Message

Use flags to control Aqua.test_all (#153)

Use flag-based configuration added in Aqua 0.4.7.

codecov[bot] commented 4 years ago

Codecov Report

Merging #153 into master will increase coverage by 1.25%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #153      +/-   ##
==========================================
+ Coverage   78.74%   80.00%   +1.25%     
==========================================
  Files           9        9              
  Lines         414      440      +26     
==========================================
+ Hits          326      352      +26     
  Misses         88       88              
Impacted Files Coverage Δ
src/reduce.jl 98.55% <0.00%> (+0.13%) :arrow_up:
src/quicksort.jl 97.91% <0.00%> (+0.16%) :arrow_up:
src/mergesort.jl 95.60% <0.00%> (+0.25%) :arrow_up:
src/utils.jl 74.13% <0.00%> (+0.92%) :arrow_up:
src/foreach.jl 82.85% <0.00%> (+1.03%) :arrow_up:
src/map.jl 87.50% <0.00%> (+1.78%) :arrow_up:
src/countingsort.jl 14.28% <0.00%> (+2.81%) :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 cd7e165...61a3ebf. Read the comment docs.