Continuous Integration with ExUnit: 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:5414:54, 3 December 2023Elixirfan talk contribs 3,370 bytes +3,370 Created page with "== Continuous Integration with ExUnit == Continuous Integration (CI) is a software development practice that involves the automatic building, testing, and deployment of code changes. ExUnit, the unit testing framework for the Elixir programming language, provides excellent support for integrating unit tests into a CI pipeline. === Setting up CI for Elixir projects === To set up CI for Elixir projects using ExUnit, you can follow these general steps: 1. Choose a CI se..."