nclient / NClient

:dizzy: NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Apache License 2.0
43 stars 11 forks source link

Increase code coverage #389

Open Kingmidas74 opened 2 years ago

Kingmidas74 commented 2 years ago

.. and hold stable at least 80%

smolchanovsky commented 2 years ago

Having excluded the forked parts of the code (they have already been tested), we found out the real percentage of test coverage - 74%. Just a little bit left! :)

smolchanovsky commented 2 years ago

It seems that there are enough integration tests for the client, but there are none for the factory. We need to think about how to implement them.

Unit tests are also required for the following classes:

NClient

NClient.Standalone

NClient.Common

NClient.Providers.Api.Rest

NClient.AspNetCore

NClient.Providers.Mapping.LanguageExt

Kingmidas74 commented 2 years ago

Go get 'em tiger!

smolchanovsky commented 1 year ago

@kolatcole hi! No, you can do it :)