Skip to content

Commit

Permalink
chore: replace codecov with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcamargo committed Jul 20, 2020
1 parent 1499860 commit 6ddefdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
@@ -1,6 +1,8 @@
# Javascript Node CircleCI 2.0 configuration file
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
version: 2
version: 2.1
orbs:
coveralls: coveralls/coveralls@1.0.6
jobs:
build:
docker:
Expand Down Expand Up @@ -43,3 +45,5 @@ jobs:
- run:
name: Deploy
command: ./.circleci/deploy.sh

- coveralls/upload
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
> A very experimental UI library built on top of native custom elements
[![CircleCI](https://circleci.com/gh/glorious-codes/glorious-taslonic.svg?style=svg)](https://circleci.com/gh/glorious-codes/glorious-taslonic)
[![codecov](https://codecov.io/gh/glorious-codes/glorious-taslonic/branch/master/graph/badge.svg)](https://codecov.io/gh/glorious-codes/glorious-taslonic)
[![Coverage Status](https://coveralls.io/repos/github/glorious-codes/glorious-taslonic/badge.svg)](https://coveralls.io/github/glorious-codes/glorious-taslonic)

## Early definitions

Expand Down

0 comments on commit 6ddefdb

Please sign in to comment.