Skip to content

Release/0.1.3 #18

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

Merged
merged 3 commits into from
Dec 14, 2022
Merged

Release/0.1.3 #18

merged 3 commits into from
Dec 14, 2022

Conversation

neildsouth
Copy link
Collaborator

Description

Fixes #16

Fixes Basic Auth

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • All tests passed locally.
  • Documentation comments included/updated.

neildsouth and others added 3 commits December 14, 2022 14:33
@neildsouth neildsouth added the enhancement New feature or request label Dec 14, 2022
@neildsouth neildsouth added this to the 0.1.3 milestone Dec 14, 2022
@neildsouth neildsouth self-assigned this Dec 14, 2022
@codecov
Copy link

codecov bot commented Dec 14, 2022

Codecov Report

Merging #18 (7a391f5) into main (0f62381) will decrease coverage by 0.44863%.
The diff coverage is 92.40506%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main         #18         +/-   ##
===================================================
- Coverage   98.20144%   97.75281%   -0.44864%     
===================================================
  Files             11          12          +1     
  Lines            278         356         +78     
  Branches          35          36          +1     
===================================================
+ Hits             273         348         +75     
- Misses             3           7          +4     
+ Partials           2           1          -1     
Flag Coverage Δ
unittests 97.75281% <92.40506%> (-0.44864%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ation/Tests/EndpointAuthorizationMiddlewareTest.cs 100.00000% <ø> (ø)
src/Authentication/Tests/MockJwtTokenHandler.cs 100.00000% <ø> (ø)
...tication/Tests/BasicAuthorizationMiddlewareTest.cs 92.10526% <92.10526%> (ø)
...ication/Middleware/BasicAuthorizationMiddleware.cs 100.00000% <100.00000%> (ø)
...tion/Middleware/EndpointAuthorizationMiddleware.cs 92.00000% <0.00000%> (+12.00000%) ⬆️

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 0f62381...7a391f5. Read the comment docs.

@neildsouth neildsouth merged commit 4af7e81 into main Dec 14, 2022
@github-actions
Copy link

🎉 This issue has been resolved in version 0.1.3 🎉

The release is available on:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

2 participants