Skip to content

Commit

Permalink
Merge pull request #94 from dennybiasiolli/adding-coveralls
Browse files Browse the repository at this point in the history
Adding coveralls
  • Loading branch information
dennybiasiolli authored Mar 20, 2022
2 parents b84e967 + 70a37c8 commit 5578722
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,20 @@ jobs:
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
verbose: true # optional (default = false)
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${{ matrix.node-version }}
parallel: true

finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ inspired by [`react-redux`](https://github.com/reactjs/react-redux) project.

[![example workflow](https://github.com/dennybiasiolli/react-vuex/actions/workflows/node.js.yml/badge.svg)](https://github.com/dennybiasiolli/react-vuex/actions/workflows/node.js.yml)
[![example workflow](https://github.com/dennybiasiolli/react-vuex/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/dennybiasiolli/react-vuex/actions/workflows/codeql-analysis.yml)
[![codecov](https://codecov.io/gh/dennybiasiolli/react-vuex/branch/master/graph/badge.svg?token=PFAqVsc9yj)](https://codecov.io/gh/dennybiasiolli/react-vuex)
[![Codecov Status](https://codecov.io/gh/dennybiasiolli/react-vuex/branch/master/graph/badge.svg?token=PFAqVsc9yj)](https://codecov.io/gh/dennybiasiolli/react-vuex)
[![Coveralls Status](https://coveralls.io/repos/github/dennybiasiolli/react-vuex/badge.svg)](https://coveralls.io/github/dennybiasiolli/react-vuex)

[![Donate with Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/~36404/donate)

Expand Down

0 comments on commit 5578722

Please sign in to comment.