ExCoveralls: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:3214:32, 3 December 2023Elixirfan talk contribs 2,728 bytes +2,728 Created page with "== ExCoveralls == thumb|right|ExCoveralls Logo ExCoveralls is an open-source library for the Elixir programming language that provides code coverage reporting for Elixir projects. It is built on top of ExUnit, Elixir's built-in testing framework, and generates coverage reports in the popular Coveralls format. === Installation === To use ExCoveralls in your Elixir project, add it as a dependency in your mix.exs file: ```elixir defp deps..."