Skip to content

Commit

Permalink
Merge 19b6268 into 9c4dc5e
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Oct 5, 2019
2 parents 9c4dc5e + 19b6268 commit c743ade
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run coverage
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Report To
[![npm version](https://badge.fury.io/js/report-to.svg)](https://badge.fury.io/js/report-to)
[![dependencies Status](https://david-dm.org/Cherry/report-to/status.svg)](https://david-dm.org/Cherry/report-to)
[![Greenkeeper badge](https://badges.greenkeeper.io/Cherry/report-to.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/Cherry/report-to.svg?branch=master)](https://travis-ci.org/Cherry/report-to)
[![Actions Status](https://github.com/Cherry/Report-to/workflows/Test/badge.svg)](https://github.com/Cherry/Report-to/actions)
[![Coverage Status](https://coveralls.io/repos/github/Cherry/report-to/badge.svg?branch=master)](https://coveralls.io/github/Cherry/report-to?branch=master)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FCherry%2Freport-to.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FCherry%2Freport-to?ref=badge_shield)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"middleware"
],
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc report --reporter=lcov",
"pretest": "eslint . --fix",
"test": "nyc mocha"
},
Expand Down

0 comments on commit c743ade

Please sign in to comment.