Skip to content

Commit

Permalink
Agrego el workflow de coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioplatzer committed Feb 12, 2022
1 parent 922b327 commit 266bc9b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 10 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
on: ["push", "pull_request"]

name: Test Coveralls

jobs:

build:
name: Build
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v1

- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x

- name: npm install, make test-coverage
run: |
npm ci
npm run test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions LEEME.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ guarantee the type of a plain object
<!-- cucardas -->
![designing](https://img.shields.io/badge/stability-designing-red.svg)
[![npm-version](https://img.shields.io/npm/v/guarantee-type.svg)](https://npmjs.org/package/guarantee-type)
[![build](https://github.com/codenautas/guarantee-type/actions/workflows/node.js.yml/badge.svg)](https://github.com/codenautas/guarantee-type/actions/workflows/node.js.yml)
[![coverage](https://img.shields.io/coveralls/codenautas/guarantee-type/master.svg)](https://coveralls.io/r/codenautas/guarantee-type)
[![outdated-deps](https://img.shields.io/github/issues-search/codenautas/guarantee-type?color=9cf&label=outdated-deps&query=is%3Apr%20author%3Aapp%2Fdependabot%20is%3Aopen)](https://github.com/codenautas/guarantee-type/pulls/app%2Fdependabot)
[![build](https://github.com/emilioplatzer/guarantee-type/actions/workflows/node.js.yml/badge.svg)](https://github.com/emilioplatzer/guarantee-type/actions/workflows/node.js.yml)
[![coverage](https://img.shields.io/coveralls/emilioplatzer/guarantee-type/master.svg)](https://coveralls.io/r/emilioplatzer/guarantee-type)
[![outdated-deps](https://img.shields.io/github/issues-search/emilioplatzer/guarantee-type?color=9cf&label=outdated-deps&query=is%3Apr%20author%3Aapp%2Fdependabot%20is%3Aopen)](https://github.com/emilioplatzer/guarantee-type/pulls/app%2Fdependabot)

<!--multilang buttons-->

idioma: ![castellano](https://raw.githubusercontent.com/codenautas/multilang/master/img/lang-es.png)
idioma: ![castellano](https://raw.githubusercontent.com/emilioplatzer/multilang/master/img/lang-es.png)
también disponible en:
[![inglés](https://raw.githubusercontent.com/codenautas/multilang/master/img/lang-en.png)](README.md)
[![inglés](https://raw.githubusercontent.com/emilioplatzer/multilang/master/img/lang-en.png)](README.md)

<!--lang:es-->

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ guarantee the type of a plain object

![designing](https://img.shields.io/badge/stability-designing-red.svg)
[![npm-version](https://img.shields.io/npm/v/guarantee-type.svg)](https://npmjs.org/package/guarantee-type)
[![build](https://github.com/codenautas/guarantee-type/actions/workflows/node.js.yml/badge.svg)](https://github.com/codenautas/guarantee-type/actions/workflows/node.js.yml)
[![coverage](https://img.shields.io/coveralls/codenautas/guarantee-type/master.svg)](https://coveralls.io/r/codenautas/guarantee-type)
[![outdated-deps](https://img.shields.io/github/issues-search/codenautas/guarantee-type?color=9cf&label=outdated-deps&query=is%3Apr%20author%3Aapp%2Fdependabot%20is%3Aopen)](https://github.com/codenautas/guarantee-type/pulls/app%2Fdependabot)
[![build](https://github.com/emilioplatzer/guarantee-type/actions/workflows/node.js.yml/badge.svg)](https://github.com/emilioplatzer/guarantee-type/actions/workflows/node.js.yml)
[![coverage](https://img.shields.io/coveralls/emilioplatzer/guarantee-type/master.svg)](https://coveralls.io/r/emilioplatzer/guarantee-type)
[![outdated-deps](https://img.shields.io/github/issues-search/emilioplatzer/guarantee-type?color=9cf&label=outdated-deps&query=is%3Apr%20author%3Aapp%2Fdependabot%20is%3Aopen)](https://github.com/emilioplatzer/guarantee-type/pulls/app%2Fdependabot)


language: ![English](https://raw.githubusercontent.com/codenautas/multilang/master/img/lang-en.png)
language: ![English](https://raw.githubusercontent.com/emilioplatzer/multilang/master/img/lang-en.png)
also available in:
[![Spanish](https://raw.githubusercontent.com/codenautas/multilang/master/img/lang-es.png)](LEEME.md)
[![Spanish](https://raw.githubusercontent.com/emilioplatzer/multilang/master/img/lang-es.png)](LEEME.md)


# Main goal
Expand Down

0 comments on commit 266bc9b

Please sign in to comment.