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

Improve test coverage #2

Open
JordanCheney opened this issue Jun 9, 2018 · 0 comments
Open

Improve test coverage #2

JordanCheney opened this issue Jun 9, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@JordanCheney
Copy link
Owner

There are a number of functions that don’t have unit tests yet. 2 parts to this:

  1. Add tests for core types that are missing them. In priority order that is Tensor, AlignedPtr, TensorView
  2. Add code coverage metrics with gcov + coveralls

@kcheney1 this would be a good starting point for you! Take a look in include/tnt/core/impl/tensor_impl.hpp. Tests are inside of TEST_CASEs. Pick any function you like that doesn’t have a test after it. You can create a branch and make a pull request.

Sent with GitHawk

@JordanCheney JordanCheney added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant