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

report self-coverage when running test suite #7259

Closed
StefanKarpinski opened this issue Jun 13, 2014 · 1 comment
Closed

report self-coverage when running test suite #7259

StefanKarpinski opened this issue Jun 13, 2014 · 1 comment
Labels
test This change adds or pertains to unit tests

Comments

@StefanKarpinski
Copy link
Member

We now have the ability to report coverage stats for package test suites, but ironically not for Julia itself. It would be great if we had a way to do that as well and could hook this repo up to coveralls.io – getting the coverage close to 100% would amazing.

@timholy
Copy link
Member

timholy commented Jun 14, 2014

I liked your dev-list suggestion:

--code-coverage=[none|user|all] where the default is none and --code-coverage with no argument means --code-coverage=user

I think that's just about all we'd need. I just haven't gotten to it myself yet.

@timholy timholy closed this as completed in 196dfbc Jul 9, 2014
timholy added a commit that referenced this issue Jul 9, 2014
More instrumentation (memory allocation, also fixes #7259)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

No branches or pull requests

2 participants