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

feature: add GetValue methods to INavigationParameter #308

Merged
merged 1 commit into from
Dec 28, 2020

Conversation

RLittlesII
Copy link
Member

What kind of change does this PR introduce?

Adds genetic value methods for getting parameters.

What is the current behavior?

You have to cast them yourself.

What is the new behavior?

use a generic Get or TryGet

What might this PR break?

navigation parameters

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

added tests

added test

fixed comments

fixed error

fixing approval tests
@codecov
Copy link

codecov bot commented Dec 26, 2020

Codecov Report

Merging #308 (f8a5a16) into main (71b6a0b) will decrease coverage by 0.03%.
The diff coverage is 62.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #308      +/-   ##
==========================================
- Coverage   66.45%   66.41%   -0.04%     
==========================================
  Files          30       31       +1     
  Lines         799      807       +8     
==========================================
+ Hits          531      536       +5     
- Misses        268      271       +3     
Impacted Files Coverage Δ
src/Sextant/Navigation/NavigationParameter.cs 62.50% <62.50%> (ø)

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 71b6a0b...f8a5a16. Read the comment docs.

@RLittlesII RLittlesII merged commit 08d71c5 into main Dec 28, 2020
@RLittlesII RLittlesII deleted the feature/navigation-parameters branch December 28, 2020 21:53
@reactiveui reactiveui locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant