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

Add more test coverage #109

Open
dhruvkb opened this issue Sep 13, 2024 · 0 comments
Open

Add more test coverage #109

dhruvkb opened this issue Sep 13, 2024 · 0 comments
Labels
🤖 aspect: dx Concerns developers' experience with the codebase ✨ goal: improvement Improvement to an existing user-facing feature 🟩 priority: low Low priority and doesn't need to be rushed

Comments

@dhruvkb
Copy link
Collaborator

dhruvkb commented Sep 13, 2024

Problem

Due to the interest in adding new features, my novice status with Rust and limited time for technical debt repayment, there has been inadequate test coverage in the project. This applies to both unit tests as well as end-to-end tests.

Description

Add more tests to add confidence to the development and release workflow. This involves

  • writing new unit tests for pre-existing components
  • writing end-to-end tests that test individual features in isolation as well as potentially problematic combinations of features
  • potential refactors that make the app easier to test
@dhruvkb dhruvkb added 🟩 priority: low Low priority and doesn't need to be rushed ✨ goal: improvement Improvement to an existing user-facing feature 🤖 aspect: dx Concerns developers' experience with the codebase labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 aspect: dx Concerns developers' experience with the codebase ✨ goal: improvement Improvement to an existing user-facing feature 🟩 priority: low Low priority and doesn't need to be rushed
Projects
None yet
Development

No branches or pull requests

1 participant