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

ed25519: fix tarpaulin #181

Merged
merged 1 commit into from
Oct 8, 2020
Merged

ed25519: fix tarpaulin #181

merged 1 commit into from
Oct 8, 2020

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Oct 8, 2020

The presence of the intra_doc_link_resolution_failure lint now breaks cargo-tarpaulin:

https://github.com/RustCrypto/signatures/pull/180/checks?check_run_id=1228016160

This PR removes it.

The presence of the `intra_doc_link_resolution_failure` lint now breaks
cargo-tarpaulin:

https://github.com/RustCrypto/signatures/pull/180/checks?check_run_id=1228016160
@codecov-io
Copy link

Codecov Report

Merging #181 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #181   +/-   ##
=======================================
  Coverage   49.20%   49.20%           
=======================================
  Files           8        8           
  Lines         439      439           
=======================================
  Hits          216      216           
  Misses        223      223           
Impacted Files Coverage Δ
ed25519/src/lib.rs 65.30% <ø> (ø)

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 a383e80...8edff3c. Read the comment docs.

@tarcieri tarcieri merged commit 29f2d5a into master Oct 8, 2020
@tarcieri tarcieri deleted the ed25519/fix-tarpaulin branch October 8, 2020 20:17
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.

2 participants