timholy / ComputationalResources.jl

Julia package for selecting hardware, libraries, and algorithms for a computation
Other
34 stars 5 forks source link

Add CPUProcesses #9

Closed jpfairbanks closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #9 into master will decrease coverage by 10%. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #9    +/-   ##
=====================================
- Coverage     100%   90%   -10%     
=====================================
  Files           1     1            
  Lines          18    20     +2     
=====================================
  Hits           18    18            
- Misses          0     2     +2
Impacted Files Coverage Δ
src/ComputationalResources.jl 90% <0%> (-10%) :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 bbfd45f...4dadf4d. Read the comment docs.

timholy commented 7 years ago

LGTM, with the exception of the docstring formatting issue that @Evizero noted.

jpfairbanks commented 7 years ago

Fixed formatting.

timholy commented 7 years ago

Thanks @jpfairbanks!

timholy commented 7 years ago

New tag: https://github.com/JuliaLang/METADATA.jl/pull/11091