Skip to content

Commit

Permalink
docs: more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Rockefeller committed Nov 7, 2023
1 parent 3ae5399 commit b4c5c8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/coverall.yml
Expand Up @@ -23,8 +23,3 @@ jobs:
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: goveralls -coverprofile=covprofile -service=github
# or use shogo82148/actions-goveralls
# - name: Send coverage
# uses: shogo82148/actions-goveralls@v1
# with:
# path-to-profile: covprofile
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Gorm-linq

[![Coverage Status](https://coveralls.io/repos/github/STRockefeller/gorm-linq/badge.svg)](https://coveralls.io/github/STRockefeller/gorm-linq)
![license](https://img.shields.io/github/license/STRockefeller/gorm-linq?style=plastic)![code size](https://img.shields.io/github/languages/code-size/STRockefeller/gorm-linq?style=plastic)![open issues](https://img.shields.io/github/issues/STRockefeller/gorm-linq?style=plastic)![closed issues](https://img.shields.io/github/issues-closed/STRockefeller/gorm-linq?style=plastic)![go version](https://img.shields.io/github/go-mod/go-version/STRockefeller/gorm-linq?style=plastic)![latest version](https://img.shields.io/github/v/tag/STRockefeller/gorm-linq?style=plastic)[![Go Report Card](https://goreportcard.com/badge/github.com/STRockefeller/gorm-linq)](https://goreportcard.com/report/github.com/STRockefeller/gorm-linq)[![Coverage Status](https://coveralls.io/repos/github/STRockefeller/gorm-linq/badge.svg)](https://coveralls.io/github/STRockefeller/gorm-linq)

Gorm-linq is a library that provides a LINQ-like interface for the GORM ORM library. It allows you to write more expressive queries and perform common database operations in a more concise and readable way.

Expand Down

0 comments on commit b4c5c8a

Please sign in to comment.