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

refactor builders #249

Merged
merged 7 commits into from
Nov 27, 2024

move remaining definitions

21d3ad6
Select commit
Loading
Failed to load commit list.
Merged

refactor builders #249

move remaining definitions
21d3ad6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 27, 2024 in 0s

74.38% of diff hit (target 65.65%)

View this Pull Request on Codecov

74.38% of diff hit (target 65.65%)

Annotations

Check warning on line 45 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L45

Added line #L45 was not covered by tests

Check warning on line 50 in biscuit-auth/src/token/builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder.rs#L50

Added line #L50 was not covered by tests

Check warning on line 13 in biscuit-auth/src/token/builder/algorithm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/algorithm.rs#L13

Added line #L13 was not covered by tests

Check warning on line 17 in biscuit-auth/src/token/builder/algorithm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/algorithm.rs#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 29 in biscuit-auth/src/token/builder/algorithm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/algorithm.rs#L29

Added line #L29 was not covered by tests

Check warning on line 38 in biscuit-auth/src/token/builder/algorithm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/algorithm.rs#L35-L38

Added lines #L35 - L38 were not covered by tests

Check warning on line 47 in biscuit-auth/src/token/builder/algorithm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/algorithm.rs#L44-L47

Added lines #L44 - L47 were not covered by tests

Check warning on line 56 in biscuit-auth/src/token/builder/algorithm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/algorithm.rs#L53-L56

Added lines #L53 - L56 were not covered by tests

Check warning on line 29 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L28-L29

Added lines #L28 - L29 were not covered by tests

Check warning on line 65 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L65

Added line #L65 was not covered by tests

Check warning on line 69 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 82 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 149 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L149

Added line #L149 was not covered by tests

Check warning on line 158 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L157-L158

Added lines #L157 - L158 were not covered by tests

Check warning on line 161 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L160-L161

Added lines #L160 - L161 were not covered by tests

Check warning on line 164 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L163-L164

Added lines #L163 - L164 were not covered by tests

Check warning on line 167 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L166-L167

Added lines #L166 - L167 were not covered by tests

Check warning on line 170 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L169-L170

Added lines #L169 - L170 were not covered by tests

Check warning on line 173 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L172-L173

Added lines #L172 - L173 were not covered by tests

Check warning on line 176 in biscuit-auth/src/token/builder/biscuit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/biscuit.rs#L175-L176

Added lines #L175 - L176 were not covered by tests

Check warning on line 32 in biscuit-auth/src/token/builder/block.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/block.rs#L29-L32

Added lines #L29 - L32 were not covered by tests

Check warning on line 35 in biscuit-auth/src/token/builder/block.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/block.rs#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 86 in biscuit-auth/src/token/builder/block.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/block.rs#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 96 in biscuit-auth/src/token/builder/block.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/block.rs#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 99 in biscuit-auth/src/token/builder/block.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

biscuit-auth/src/token/builder/block.rs#L98-L99

Added lines #L98 - L99 were not covered by tests