-
Notifications
You must be signed in to change notification settings - Fork 0
Report details #15
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 details #15
Conversation
RcppDeepState Report
Analyzed functions summary
Report details
|
|
With the most recent commits, I added a third column to the summary table, which shows the number of tests that detected at least one error within the tested package. In addition, I modified all of the column names to remove the underscore character between words. |
|
code looks ok but in the result comment here, I don't see "a third column to the summary table" ? |
|
In this comment, I'm referring to the
In the above table we can see that all the functions except |
|
right, that makes sense and looks good overall. |
Yes you are right, this is more accurate
This is better; the keyword Fixed with 77d7cf9 |
|
great please merge if you are ready. |
|
this is really cool, for binsegRcpp I got the following result, which shows that some inputs caused an issue, others did not. RcppDeepState Report
Analyzed functions summary
Report details
|
|
This is fantastic; thank you for including the binsegRcpp RcppDeepState report in this pull request. |
This pull request implements the SHA reference that was discussed in the issue #13. These changes amount to:
file_lineandaddress_tracecolumns to the commit SHA rather than the pull request.This PR also provides the following feature:
Report detailsparagraph.Fixes #13