diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 472c6ded..ce1d9eb3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -55,11 +55,6 @@ jobs: flag-name: "@9renpoto/core" base-path: apps/core parallel: true - - uses: codecov/codecov-action@v1.0.15 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: ./apps/core/coverage/* - name: apps/core finish: needs: build runs-on: ubuntu-latest diff --git a/README.md b/README.md index de201e9b..55d217e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # @9renpoto/backend -![Node CI](https://github.com/9renpoto/backend/workflows/Node%20CI/badge.svg) -[![Coverage Status](https://coveralls.io/repos/github/9renpoto/backend/badge.svg?branch=master)](https://coveralls.io/github/9renpoto/backend?branch=main) +[![Node CI](https://github.com/9renpoto/backend/workflows/Node%20CI/badge.svg)](https://github.com/9renpoto/backend/actions?query=workflow%3A%22Node+CI%22) +[![Coverage Status](https://coveralls.io/repos/github/9renpoto/backend/badge.svg?branch=main)](https://coveralls.io/github/9renpoto/backend?branch=main) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)