Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add radial scale with tests #15

Merged
merged 5 commits into from
Apr 6, 2022
Merged

add radial scale with tests #15

merged 5 commits into from
Apr 6, 2022

Conversation

heckj
Copy link
Member

@heckj heckj commented Apr 6, 2022

resolves #5

@heckj heckj self-assigned this Apr 6, 2022
@codecov
Copy link

codecov bot commented Apr 6, 2022

Codecov Report

Merging #15 (94dfdbd) into main (e888cb1) will increase coverage by 0.00%.
The diff coverage is 90.47%.

@@           Coverage Diff            @@
##             main      #15    +/-   ##
========================================
  Coverage   91.48%   91.48%            
========================================
  Files          25       27     +2     
  Lines        2101     2256   +155     
========================================
+ Hits         1922     2064   +142     
- Misses        179      192    +13     
Impacted Files Coverage Δ
Sources/SwiftVizScale/ContinuousScale.swift 100.00% <ø> (ø)
Sources/SwiftVizScale/AnyContinuousScale.swift 61.66% <50.00%> (-3.15%) ⬇️
Sources/SwiftVizScale/RadialScale.swift 90.19% <90.19%> (ø)
Sources/SwiftVizScale/LinearScale.swift 98.03% <100.00%> (ø)
Sources/SwiftVizScale/LogScale.swift 92.30% <100.00%> (ø)
Sources/SwiftVizScale/PowerScale.swift 91.37% <100.00%> (ø)
Tests/SwiftVizScaleTests/RadialScaleTests.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 e888cb1...94dfdbd. Read the comment docs.

@heckj heckj merged commit 0980fbf into main Apr 6, 2022
@heckj heckj deleted the radialScale branch April 6, 2022 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a "RadialScale"
1 participant