eddiekaiger / SwiftyAttributes

A Swifty API for attributed strings
MIT License
1.64k stars 83 forks source link

Created += operator #31

Closed EmilioPelaez closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #31 into master will increase coverage by <.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   99.73%   99.74%   +<.01%     
==========================================
  Files          10       10              
  Lines         377      385       +8     
==========================================
+ Hits          376      384       +8     
  Misses          1        1
eddiekaiger commented 5 years ago

@EmilioPelaez Thanks for the contribution! I know this might be slightly annoying but I'd like to maintain as much test coverage for the project as possible. Do you think you could test all variations of the operator? Perhaps you could write a helper function in the tests in which you could cast the attributed strings to either NSAttributedString or NSMutableAttributedString to test the variations.

eddiekaiger commented 5 years ago

Thanks @EmilioPelaez!

eddiekaiger commented 5 years ago

Released in v5.1.1 🎉