charleskawczynski / PokerHandEvaluator.jl

A Poker hand evaluator, with Texas hold 'em in mind.
MIT License
6 stars 0 forks source link

Upgrade PlayingCards #33

Closed charleskawczynski closed 3 years ago

charleskawczynski commented 3 years ago

This PR upgrades to the new PlayingCards.jl, which now no longer has suit type parameters. This means that we should be able to write more type-stable methods, and fewer methods may be compiled for the evaluate5.

codecov[bot] commented 3 years ago

Codecov Report

Merging #33 (99ca56f) into main (311d658) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          235       238    +3     
=========================================
+ Hits           235       238    +3     
Impacted Files Coverage Δ
src/HandCombinations.jl 100.00% <100.00%> (ø)
src/evaluate5.jl 100.00% <100.00%> (ø)

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 311d658...99ca56f. Read the comment docs.

charleskawczynski commented 3 years ago

bors r+

bors[bot] commented 3 years ago

Build succeeded: