Julia can track how many times, if any, each line of your code is run. This is useful for measuring how much of your code base your tests actually test, and can reveal the parts of your code that are not tested and might be hiding a bug. You can use Coverage.jl to summarize the results of this tracking or to send them to a service like Coveralls.io or Codecov.io. Julia can track how much memory is allocated by each line of your code. This can reveal problems like type instability, or operations that you might have thought were cheap (in terms of memory allocated) but aren't (i.e. accidental copying).
Features
- Collect coverage data
- Collect summary statistics
- You can add other options
- Identify uncovered lines
- Exclude specific lines or sections from coverage
- LCOV export
Categories
Data VisualizationLicense
MIT LicenseFollow Coverage.jl
Other Useful Business Software
Workable Hiring Software - Hire The Best People, Fast
Workable is the preferred software for today's recruiting industry and HR teams, trusted by over 6,000 companies to streamline their hiring processes. Finding the right person for the job has never been easier—users now possess the ability to manage multiple hiring pipelines at once, from posting a job to sourcing candidates. Workable is also seamlessly integrated between desktop and mobile, allowing admins full control and flexibility all in the ATS without needing additional software.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Coverage.jl!