Skip to content

Commit

Permalink
Add CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
fuelen committed Mar 17, 2024
1 parent 56bd600 commit 401cd0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# SeedFactory

[![CI](https://github.com/fuelen/seed_factory/actions/workflows/elixir.yml/badge.svg)](https://github.com/fuelen/seed_factory/actions/workflows/elixir.yml)

A utility for producing entities using business logic defined by your application.

The main idea of `SeedFactory` is to produce entities in tests according to your application business logic (read as context functions if you use https://hexdocs.pm/phoenix/contexts.html) whenever it is possible and avoid direct inserts to the database (opposed to `ex_machina`).
Expand Down

0 comments on commit 401cd0e

Please sign in to comment.