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
Currently, the test coverage needs improvement. There are a number of actions to be taken to improve this:
Refactor multithreading to remove data handling. This will allow for more streamlined testing of both parts.
Add integration tests for the pipeline. If, for example, the API were to change, the tests would currently pass a broken pipeline. This is obviously unacceptable.
General migration of fragile or repetitive code to functions/classes to improve stability across the project.
The text was updated successfully, but these errors were encountered:
Currently, the test coverage needs improvement. There are a number of actions to be taken to improve this:
The text was updated successfully, but these errors were encountered: