Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ajozwik committed Jun 2, 2023
1 parent 10c2c63 commit ae99920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Library of generic CRUD operation for quill library. Only dynamic queries are su
[![Maven Central](https://img.shields.io/maven-central/v/com.github.ajozwik/repository_2.13.svg?label=latest%20release%20for%202.13)](http://search.maven.org/#search|ga|1|g%3A%22com.github.ajozwik%22%20AND%20a%3A%22repository_2.13%22)
[![Coverage Status](https://coveralls.io/repos/github/ajozwik/quill-generic/badge.svg?branch=master)](https://coveralls.io/github/ajozwik/quill-generic?branch=master)
[![Scala CI](https://github.com/ajozwik/quill-generic/actions/workflows/scala.yml/badge.svg)](https://github.com/ajozwik/quill-generic/actions/workflows/scala.yml)
[![codecov](https://codecov.io/gh/ajozwik/quill-generic/branch/master/graph/badge.svg?token=Fwyqkbx7Qf)](https://codecov.io/gh/ajozwik/quill-generic)

Always when you start new project you must to write a lot of boilerplate code for handling simple CRUD operations. Purpose of this library is to support creating CRUD repository with [Quill](https://github.com/getquill/quill) library.

Expand Down

0 comments on commit ae99920

Please sign in to comment.