Skip to content

Commit

Permalink
Merge pull request #162 from glorious-codes/coveralls
Browse files Browse the repository at this point in the history
Config Coveralls
  • Loading branch information
rafaelcamargo committed Jun 19, 2020
2 parents 8a5278b + 8bd031b commit 5b5260e
Show file tree
Hide file tree
Showing 5 changed files with 853 additions and 1,307 deletions.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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 @@ -35,3 +37,5 @@ jobs:
- run:
name: Test
command: npm run test -- --maxWorkers=2 --coverage --coverageReporters=lcov && ./node_modules/codecov/bin/codecov

- coveralls/upload
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
> Docs generator for AngularJS, React, Vue and Vanilla components.
[![CircleCI](https://circleci.com/gh/glorious-codes/glorious-pitsby/tree/master.svg?style=svg)](https://circleci.com/gh/glorious-codes/glorious-pitsby/tree/master)
[![codecov](https://codecov.io/gh/glorious-codes/glorious-pitsby/branch/master/graph/badge.svg)](https://codecov.io/gh/glorious-codes/glorious-pitsby)
[![Coverage Status](https://coveralls.io/repos/github/glorious-codes/glorious-pitsby/badge.svg?branch=master)](https://coveralls.io/github/glorious-codes/glorious-pitsby?branch=master)

## Installation

Expand Down
Loading

0 comments on commit 5b5260e

Please sign in to comment.