You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite so that we get a getter structure when it comes to the init(), main() and TibiaDataInitializer() functions.
Currently we have multiple initialisation tasks, logging, and environment variable handling, which makes it difficult to test individual components and increases complexity.
Codecov gave this during #452: Attention: Patch coverage is 55.17241% with 13 lines in your changes missing coverage.
The text was updated successfully, but these errors were encountered:
Rewrite so that we get a getter structure when it comes to the
init()
,main()
andTibiaDataInitializer()
functions.Currently we have multiple initialisation tasks, logging, and environment variable handling, which makes it difficult to test individual components and increases complexity.
Codecov gave this during #452:
Attention: Patch coverage is 55.17241% with 13 lines in your changes missing coverage.
The text was updated successfully, but these errors were encountered: