-
Notifications
You must be signed in to change notification settings - Fork 136
Add support for collecting coverage data and exporting LCOV reports #1634
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
Conversation
|
Formatting check succeeded! |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1634 +/- ##
============================================
+ Coverage 65.70% 65.78% +0.07%
Complexity 1647 1647
============================================
Files 470 473 +3
Lines 27990 28107 +117
Branches 5429 5475 +46
============================================
+ Hits 18391 18489 +98
- Misses 7309 7313 +4
- Partials 2290 2305 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



EnableCoverageCollectionengine option. When this is turned on, the engine keeps track of how many times ELM nodes were visited during evaluation, for all libraries involved.BranchCollectionVisitorused to create a tree of branches from an ELM library.exportLcovInfo()method that generateslcov.infowithDAandBRDArecords using node visit counts.