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

Annotate riak_test modules for cover specification #584

Open
kellymclaughlin opened this issue Apr 18, 2014 · 0 comments
Open

Annotate riak_test modules for cover specification #584

kellymclaughlin opened this issue Apr 18, 2014 · 0 comments
Assignees
Milestone

Comments

@kellymclaughlin
Copy link
Contributor

@Vagabond has made a change in #579 that allows each test module to specify which applications or modules the test is intended to cover. Now the annotations need to be added to each test module so that we can get an accurate picture of where we stand in terms of test coverage.

The annotations are documented in the riak_test README and take the following form for applications:

-cover_apps([riak_core, riak_kv]).

Similarly for modules:

-cover_modules([riak_kv_bitcask_backend, riak_core_ring]).
@kellymclaughlin kellymclaughlin added this to the 2.0-RC milestone Apr 18, 2014
@kellymclaughlin kellymclaughlin self-assigned this Apr 18, 2014
@kellymclaughlin kellymclaughlin modified the milestones: 2.0.1, 2.0-RC May 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant