Skip to content

Commit

Permalink
Merge pull request #261 from cofacts/change-branch
Browse files Browse the repository at this point in the history
Change main branch to master
  • Loading branch information
MrOrz committed Jun 13, 2021
2 parents 41c9253 + 80f0188 commit 2de4561
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tags:
- release/*
branches:
- dev
- master

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
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 2de4561

Please sign in to comment.