BowenFu / hspp

hspp: An experimental library to bring Haskell Style Programming to C++.
https://bowenfu.github.io/hspp
Apache License 2.0
157 stars 0 forks source link

Implement #28 Fix stm #42

Closed BowenFu closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #42 (99b1458) into main (d014eee) will increase coverage by 0.16%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   71.96%   72.12%   +0.16%     
==========================================
  Files           1        1              
  Lines         938      940       +2     
  Branches      261      261              
==========================================
+ Hits          675      678       +3     
+ Misses         32       31       -1     
  Partials      231      231              
Impacted Files Coverage Δ
include/hspp.h 72.12% <0.00%> (+0.16%) :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 d014eee...99b1458. Read the comment docs.

BowenFu commented 1 year ago

Fix #28