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 Rust Testing #117

Open
kamiazya opened this issue Feb 5, 2024 · 0 comments · May be fixed by #313
Open

Add Rust Testing #117

kamiazya opened this issue Feb 5, 2024 · 0 comments · May be fixed by #313
Labels
enhancement New feature or request

Comments

@kamiazya
Copy link
Owner

kamiazya commented Feb 5, 2024

Background

Our Rust-WASM project currently lacks testing, which is crucial for ensuring code quality and reliability. This issue aims to add tests to the Rust codebase and integrate coverage reporting with Codecov.

Objective

  • Write comprehensive tests for the Rust code in the project.
  • Ensure that the tests cover a wide range of scenarios and edge cases.
  • Integrate with Codecov to track and report test coverage.

Requirements

  • Tests should be written using a suitable Rust testing framework.
  • Code coverage should be as thorough as possible, aiming for high coverage percentage.
  • The integration with Codecov should be configured to automatically report coverage after tests are run.

Implementation Steps

  1. Select and set up a Rust testing framework.
  2. Write tests for existing Rust code.
  3. Set up Codecov integration in the project's CI pipeline.
  4. Ensure that coverage reports are generated and sent to Codecov after test execution.

References

@kamiazya kamiazya added the enhancement New feature or request label Feb 5, 2024
This was linked to pull requests Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant