Vova Buberenko
01/21/2020, 7:05 PM3.1.0
release I would like to suggest the following priorities except ongoing issues:
• Cover library with tests completely and force tests run on each PR in our pipeline. We could start with api
package as it is the core functionality and move up to UI as a final stage. We definitely need tests to be sure in quality as well as get more credibility from our users.
• Add some tool to analyze coverage. Initially I thought about Codecov (https://codecov.io/), but now I think that Codacy (https://www.codacy.com/) might work better for us, since we could incorporate more quality checks and reports. Still would like to hear more feedback on this point.
• Switch to ViewModel
approach on rest of screens we have inside.
What do you think?