Skip to content

Commit

Permalink
Update badge and coveralls setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jun 9, 2021
1 parent 7bbf398 commit 80f0188
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 80 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
- run: npm run i18n:validate
- run: npm run cofactsapi
- run: npm run test --ignore-scripts -- --coverage
# - name: Update coveralls
# run: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- name: Update coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# rumors-line-bot
Line bot that checks if a message contains internet rumor.

[![Build Status](https://travis-ci.org/cofacts/rumors-line-bot.svg?branch=dev)](https://travis-ci.org/cofacts/rumors-line-bot) [![Coverage Status](https://coveralls.io/repos/github/cofacts/rumors-line-bot/badge.svg?branch=dev)](https://coveralls.io/github/cofacts/rumors-line-bot?branch=dev)
[![CI test](https://github.com/cofacts/rumors-line-bot/actions/workflows/ci.yml/badge.svg)](https://github.com/cofacts/rumors-line-bot/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/cofacts/rumors-line-bot/badge.svg?branch=master)](https://coveralls.io/github/cofacts/rumors-line-bot?branch=master)

## State diagram & Documents

Expand Down
76 changes: 0 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"babel-plugin-module-resolver": "^4.0.0",
"compression-webpack-plugin": "^6.1.1",
"core-js": "^3.6.4",
"coveralls": "^3.0.0",
"css-loader": "^5.2.6",
"dotenv": "^6.2.0",
"eslint": "^7.0.0",
Expand Down

0 comments on commit 80f0188

Please sign in to comment.