We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've ran locally testing and coverage:
https://gist.github.com/rngadam/3be78ce66a9afc0326de08f4f36ccc15
summarized results exported report has:
$ cat summary.json | jq .data[0].totals.lines.percent 57.37736209200229
is there an interest in reporting this test coverage and ensuring coverage stays at least at this value in the Github Workflow?
The text was updated successfully, but these errors were encountered:
Put some time using cargo llvm-cov to generate reporting as html:
https://mcn-ing.github.io/anoncreds-rs/
eventually I can cleanup the Github Workflow and submit a PR if there is an interest.
Files of note that seem to have significant logic that is not covered by the test suite:
Sorry, something went wrong.
No branches or pull requests
I've ran locally testing and coverage:
https://gist.github.com/rngadam/3be78ce66a9afc0326de08f4f36ccc15
summarized results exported report has:
is there an interest in reporting this test coverage and ensuring coverage stays at least at this value in the Github Workflow?
The text was updated successfully, but these errors were encountered: