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

LI-45 Added API to make motion animations along path #46

Merged
merged 8 commits into from
Feb 18, 2020
Merged

Conversation

vkondrashkov
Copy link
Member

Status

ready

Issue

closes #45

@codecov-io
Copy link

codecov-io commented Feb 14, 2020

Codecov Report

Merging #46 into develop will increase coverage by 0.88%.
The diff coverage is 98.37%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #46      +/-   ##
===========================================
+ Coverage    94.87%   95.75%   +0.88%     
===========================================
  Files           26       30       +4     
  Lines          742      849     +107     
===========================================
+ Hits           704      813     +109     
+ Misses          38       36       -2
Impacted Files Coverage Δ
Source/AnimationValue.swift 69.04% <ø> (+11.9%) ⬆️
Source/AnimationMaker.swift 92.45% <100%> (+0.61%) ⬆️
Tests/AnimationValueSpec.swift 100% <100%> (ø)
Source/AnimationMakerMotionAnimatable.swift 100% <100%> (ø)
Source/AnimationMakerAnimatable.swift 100% <100%> (ø) ⬆️
Tests/PathValueSpec.swift 100% <100%> (ø)
Tests/AnimationResultSpec.swift 100% <100%> (ø) ⬆️
Source/PathValue.swift 75% <75%> (ø)
... and 3 more

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 1e4bbc9...208bdaf. Read the comment docs.

Source/PathValue.swift Outdated Show resolved Hide resolved
Source/PathValue.swift Show resolved Hide resolved
Tests/AnimationResultSpec.swift Outdated Show resolved Hide resolved
Tests/PathValueSpec.swift Outdated Show resolved Hide resolved
Tests/AnimationValueSpec.swift Outdated Show resolved Hide resolved
Tests/AnimationValueSpec.swift Outdated Show resolved Hide resolved
@vkondrashkov vkondrashkov merged commit 4ca7938 into develop Feb 18, 2020
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.

Motion animation along path
3 participants