The solution of Elixir continuous runtime system code coverage collection

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. explore_ast_app

    A plug app for exploring ast.

    zh_hans

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Elixir

    Elixir is a dynamic, functional language for building scalable and maintainable applications

    Step 1、The Elixir source code will be parsed by a custom lexical analyzer (elixir_tokenizer) and yacc to generate the initial version of Elixir AST, which is expressed in the form of Elixir Terms; if you are interested in Elixir's AST, you can follow this Project arjan/ast_ninja;

  4. ast_ninja

    The Elixir AST explorer

    Step 1、The Elixir source code will be parsed by a custom lexical analyzer (elixir_tokenizer) and yacc to generate the initial version of Elixir AST, which is expressed in the form of Elixir Terms; if you are interested in Elixir's AST, you can follow this Project arjan/ast_ninja;

  5. ex_integration_coveralls

    A library for run-time system code line-level coverage analysis.

    We expand based on ex_integration_coveralls. After the Elixir Application is started, a http worker is started up to expose the code coverage data in real time, which is convenient for communication with heterogeneous systems. The Coverage Push Gateway is responsible for regularly pulling the coverage data (Gateway can be a OTP Application, which allows ex_integration_coveralls to directly start up the custom GenServer Worker for interactive integration test system in the distributed OTP system), after the integration/system test system informs the end of the test, the Gateway pushes the coverage data to the Cover Center for code coverage rate display.

  6. excoveralls

    Coverage report tool for Elixir with coveralls.io integration.

    excoveralls

  7. beam_file

    BeamFile - A peek into the BEAM file

    BeamFile - A peek into the BEAM file

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to build a Laravel app using TDD that won't hurt you in the future

    7 projects | dev.to | 3 Mar 2025
  • Late Night Refactors #1: Composer Packages

    4 projects | dev.to | 6 Feb 2025
  • 8 Essential Tools Every PHP Developer Needs

    6 projects | dev.to | 27 Feb 2024
  • PHP 8.3

    3 projects | news.ycombinator.com | 24 Nov 2023
  • pyaction 4.23.0 Released

    2 projects | dev.to | 8 Sep 2023

Did you know that Elixir is
the 24th most popular programming language
based on number of references?