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

fix: into_jwk takes Option<impl Into<..>> #98

fix: `into_jwk` takes `Option<impl Into<..>>`

b5db0e8
Select commit
Loading
Failed to load commit list.
Merged

fix: into_jwk takes Option<impl Into<..>> #98

fix: `into_jwk` takes `Option<impl Into<..>>`
b5db0e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 13, 2024 in 1s

0.0% of diff hit (target 55.2%)

View this Pull Request on Codecov

0.0% of diff hit (target 55.2%)

Annotations

Check warning on line 138 in src/jwk/okp/curve25519/ed25519.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/okp/curve25519/ed25519.rs#L138

Added line #L138 was not covered by tests

Check warning on line 143 in src/jwk/okp/curve25519/ed25519.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/okp/curve25519/ed25519.rs#L143

Added line #L143 was not covered by tests

Check warning on line 153 in src/jwk/okp/curve25519/ed25519.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/okp/curve25519/ed25519.rs#L153

Added line #L153 was not covered by tests

Check warning on line 158 in src/jwk/okp/curve25519/ed25519.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/okp/curve25519/ed25519.rs#L158

Added line #L158 was not covered by tests

Check warning on line 42 in src/jwk/rsa.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/rsa.rs#L42

Added line #L42 was not covered by tests

Check warning on line 46 in src/jwk/rsa.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/rsa.rs#L44-L46

Added lines #L44 - L46 were not covered by tests

Check warning on line 153 in src/jwk/rsa.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/rsa.rs#L153

Added line #L153 was not covered by tests

Check warning on line 157 in src/jwk/rsa.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/rsa.rs#L155-L157

Added lines #L155 - L157 were not covered by tests

Check warning on line 128 in src/jwk/symmetric/hmac.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/symmetric/hmac.rs#L128

Added line #L128 was not covered by tests

Check warning on line 135 in src/jwk/symmetric/hmac.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/jwk/symmetric/hmac.rs#L135

Added line #L135 was not covered by tests

Check warning on line 47 in src/macros.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/macros.rs#L47

Added line #L47 was not covered by tests

Check warning on line 56 in src/macros.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/macros.rs#L56

Added line #L56 was not covered by tests

Check warning on line 77 in src/macros.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/macros.rs#L77

Added line #L77 was not covered by tests

Check warning on line 86 in src/macros.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/macros.rs#L86

Added line #L86 was not covered by tests