mattjgalloway / cgtcalc

A UK capital gains tax calculator written in Swift
MIT License
94 stars 16 forks source link

Make initializer and properties of types to be public #3

Closed sodastsai closed 3 years ago

sodastsai commented 3 years ago

To use the CGTCalcCore with custom input, these need to be public.

codecov-io commented 3 years ago

Codecov Report

Merging #3 (44b2a48) into master (0391b99) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #3   +/-   ##
=======================================
  Coverage   99.49%   99.49%           
=======================================
  Files          16       16           
  Lines         790      790           
=======================================
  Hits          786      786           
  Misses          4        4           
Impacted Files Coverage Δ
Sources/CGTCalcCore/Models/AssetEvent.swift 100.00% <100.00%> (ø)
Sources/CGTCalcCore/Models/Transaction.swift 100.00% <100.00%> (ø)
Sources/CGTCalcCore/Parser/DefaultParser.swift 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 0391b99...44b2a48. Read the comment docs.

sodastsai commented 3 years ago

Replaced by #6