mRs- / HexColors

HexColors is an extension for UIColor and NSColor to support for creating colors from a hex strings
MIT License
457 stars 102 forks source link

Update Project Settings and improved Obj-C API #49

Closed q231950 closed 6 years ago

q231950 commented 6 years ago

This pull request:

codecov-io commented 6 years ago

Codecov Report

Merging #49 into master will decrease coverage by 2.97%. The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage     100%   97.02%   -2.98%     
==========================================
  Files           2        2              
  Lines         175      235      +60     
  Branches        0       10      +10     
==========================================
+ Hits          175      228      +53     
- Misses          0        7       +7
Impacted Files Coverage Δ
Sources/HexColors.swift 94.01% <62.5%> (-5.99%) :arrow_down:
HexColors-iOSTests/HexColors_iOSTests.swift 100% <0%> (ø) :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 16d10a1...d8acddd. Read the comment docs.

q231950 commented 6 years ago

@mRs- I'll have a look into adding some tests for the obj-c initialisers.