Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
fix: badge
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Nov 26, 2020
1 parent 4e239b1 commit 089bf66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 089bf66

Please sign in to comment.