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

Integrate with code coverage? #113

Open
linearregression opened this issue Feb 12, 2016 · 2 comments
Open

Integrate with code coverage? #113

linearregression opened this issue Feb 12, 2016 · 2 comments

Comments

@linearregression
Copy link

Is there any documentation of showing that the results are integrated with code coverage?
For example,
would like to see that the tests will add to coder coverage with unit and common tests.

@ten0s
Copy link

ten0s commented Mar 7, 2017

Here's shown how to integrate proper with eunit http://proper.softlab.ntua.gr/User_Guide.html.
Code coverage should be updated automatically.

@fenollp
Copy link
Contributor

fenollp commented Apr 26, 2018

If you are using rebar3 with a dependency on the rebar3_proper plugin in your test profile, here is what you can do to get coverage information:

$ echo '{cover_enabled, true}' >>rebar.config
$ rebar3 cover --reset
$ rebar3 as test proper
$ rebar3 cover --verbose

This should probably go into the user guide page @ten0s linked. In the README too I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants