Skip to content

Commit

Permalink
chore: add Coverage Status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sixmen committed Dec 20, 2024
1 parent 88c192d commit 0a7a7cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-cormo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- packages/cormo/**
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- packages/graphql/**
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![test](https://github.com/croquiscom/cormo/workflows/test/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/croquiscom/cormo/badge.svg?branch=main)](https://coveralls.io/github/croquiscom/cormo?branch=main)

CORMO is an ORM framework for Node.js.

Expand Down
4 changes: 2 additions & 2 deletions packages/cormo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/graphql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a7a7cd

Please sign in to comment.