Skip to content

api: make updating a key safer#45

Merged
mathstuf merged 1 commit into
masterfrom
ci-no-warnings
May 13, 2020
Merged

api: make updating a key safer#45
mathstuf merged 1 commit into
masterfrom
ci-no-warnings

Conversation

@mathstuf
Copy link
Copy Markdown
Owner

A key must be of a certain type, so request updating to respect that
decision. Also add a function to ask whether a key is of a given
keytype.

Fixes: #35

A key must be of a certain type, so request updating to respect that
decision. Also add a function to ask whether a key is of a given
keytype.

Fixes: #35
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2020

Codecov Report

Merging #45 into master will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   86.65%   86.69%   +0.04%     
==========================================
  Files          34       35       +1     
  Lines        2105     2119      +14     
==========================================
+ Hits         1824     1837      +13     
- Misses        281      282       +1     
Impacted Files Coverage Δ
src/api.rs 67.78% <100.00%> (-0.02%) ⬇️
src/tests/keytype.rs 100.00% <100.00%> (ø)
src/tests/update.rs 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 52cd03f...7441ec5. Read the comment docs.

@mathstuf mathstuf merged commit 58ff948 into master May 13, 2020
@mathstuf mathstuf deleted the ci-no-warnings branch May 13, 2020 23:11
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.

Some more type-safe APIs

1 participant