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

housekeeping: add Int tests and benchmark projects #1242

Merged
merged 40 commits into from
Aug 29, 2023

fix project ref for test project

6c59df4
Select commit
Failed to load commit list.
Merged

housekeeping: add Int tests and benchmark projects #1242

fix project ref for test project
6c59df4
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 29, 2023 in 0s

61.85% of diff hit (target 22.11%)

View this Pull Request on Codecov

61.85% of diff hit (target 22.11%)

Annotations

Check warning on line 96 in src/Whipstaff.AspNetCore/BaseStartup.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/BaseStartup.cs#L93-L96

Added lines #L93 - L96 were not covered by tests

Check warning on line 180 in src/Whipstaff.AspNetCore/BaseStartup.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/BaseStartup.cs#L180

Added line #L180 was not covered by tests

Check warning on line 253 in src/Whipstaff.AspNetCore/BaseStartup.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/BaseStartup.cs#L253

Added line #L253 was not covered by tests

Check warning on line 257 in src/Whipstaff.AspNetCore/BaseStartup.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/BaseStartup.cs#L256-L257

Added lines #L256 - L257 were not covered by tests

Check warning on line 262 in src/Whipstaff.AspNetCore/BaseStartup.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/BaseStartup.cs#L259-L262

Added lines #L259 - L262 were not covered by tests

Check warning on line 283 in src/Whipstaff.AspNetCore/BaseStartup.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/BaseStartup.cs#L283

Added line #L283 was not covered by tests

Check warning on line 294 in src/Whipstaff.AspNetCore/BaseStartup.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/BaseStartup.cs#L294

Added line #L294 was not covered by tests

Check warning on line 307 in src/Whipstaff.AspNetCore/BaseStartup.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/BaseStartup.cs#L307

Added line #L307 was not covered by tests

Check warning on line 40 in src/Whipstaff.AspNetCore/ContentTypes/ContentTypeExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/ContentTypes/ContentTypeExtensions.cs#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 56 in src/Whipstaff.AspNetCore/ContentTypes/ContentTypeExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/ContentTypes/ContentTypeExtensions.cs#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 59 in src/Whipstaff.AspNetCore/Features/AddServerDetailsToResponseHeader/AddServerDetailsToResponseHeaderMiddleware.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/AddServerDetailsToResponseHeader/AddServerDetailsToResponseHeaderMiddleware.cs#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 71 in src/Whipstaff.AspNetCore/Features/AddServerDetailsToResponseHeader/AddServerDetailsToResponseHeaderMiddleware.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/AddServerDetailsToResponseHeader/AddServerDetailsToResponseHeaderMiddleware.cs#L71

Added line #L71 was not covered by tests

Check warning on line 22 in src/Whipstaff.AspNetCore/Features/ApiAuthorization/AddAuthorizePolicyControllerConvention.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/ApiAuthorization/AddAuthorizePolicyControllerConvention.cs#L22

Added line #L22 was not covered by tests

Check warning on line 38 in src/Whipstaff.AspNetCore/Features/ApplicationStartup/EndpointRouteBuilderExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/ApplicationStartup/EndpointRouteBuilderExtensions.cs#L38

Added line #L38 was not covered by tests

Check warning on line 41 in src/Whipstaff.AspNetCore/Features/ApplicationStartup/EndpointRouteBuilderExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/ApplicationStartup/EndpointRouteBuilderExtensions.cs#L41

Added line #L41 was not covered by tests

Check warning on line 24 in src/Whipstaff.AspNetCore/Features/ApplicationStartup/WebHostFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/ApplicationStartup/WebHostFactory.cs#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 50 in src/Whipstaff.AspNetCore/Features/AuditNet/AuditMiddlewareConfiguratorExtensions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/AuditNet/AuditMiddlewareConfiguratorExtensions.cs#L50

Added line #L50 was not covered by tests

Check warning on line 25 in src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 28 in src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs#L28

Added line #L28 was not covered by tests

Check warning on line 31 in src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs#L31

Added line #L31 was not covered by tests

Check warning on line 34 in src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs#L34

Added line #L34 was not covered by tests

Check warning on line 37 in src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs#L37

Added line #L37 was not covered by tests

Check warning on line 45 in src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 50 in src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 57 in src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Whipstaff.AspNetCore/Features/StartUp/RateLimitingStartUp.cs#L57

Added line #L57 was not covered by tests