Skip to content

Commit

Permalink
ci: change to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Jul 21, 2020
1 parent cdafb3c commit 5a40278
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ jobs:
- name: Run coverage
run: yarn test:unit --coverage --coverageReporters=json --collectCoverage=true --coverageDirectory=./coverage

## Codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage/*.json
name: vue-paycard
fail_ci_if_error: true

## Coverall
# - name: Coveralls
# uses: coverallsapp/github-action@master
# ## Codecov
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# file: ./coverage/*.json
# name: vue-paycard
# fail_ci_if_error: true

# Coverall
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[![Version](https://img.shields.io/npm/v/vue-paycard.svg)](https://www.npmjs.com/package/vue-paycard)
[![GithubActions](https://github.com/guastallaigor/vue-paycard/workflows/vue-paycard/badge.svg)](https://github.com/guastallaigor/vue-paycard/actions)
[![codecov](https://codecov.io/gh/guastallaigor/vue-paycard/branch/master/graph/badge.svg)](https://codecov.io/gh/guastallaigor/vue-paycard)
[![Coverage Status](https://coveralls.io/repos/github/guastallaigor/vue-paycard/badge.svg?branch=master)](https://coveralls.io/github/guastallaigor/vue-paycard?branch=master)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Downloads](https://img.shields.io/npm/dt/vue-paycard.svg)](https://www.npmjs.com/package/vue-paycard)
[![Dependencies](https://img.shields.io/david/guastallaigor/vue-paycard.svg)](https://github.com/guastallaigor/vue-paycard/blob/master/package.json)
Expand Down

0 comments on commit 5a40278

Please sign in to comment.