Skip to content

Commit

Permalink
Merge pull request #22 from s-shin/github_actions_badge
Browse files Browse the repository at this point in the history
Add GitHub Actions' badge.
  • Loading branch information
s-shin authored Jan 5, 2020
2 parents 08a0528 + a4e5baf commit 3a63faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ blocks:
- cache store node_modules
- yarn test-with-cov
env_vars: []
epilogue:
on_pass:
commands:
- 'bash <(curl -s https://codecov.io/bash)'
# epilogue:
# on_pass:
# commands:
# - 'bash <(curl -s https://codecov.io/bash)'
secrets:
- name: hiryu_secrets
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Hiryu - a modern shogi toolkit



[![Build Status](https://s-shin.semaphoreci.com/badges/hiryu.svg)](https://s-shin.semaphoreci.com/projects/hiryu)
[![Node CI](https://github.com/s-shin/hiryu/workflows/Node%20CI/badge.svg)](https://github.com/s-shin/hiryu/actions?query=workflow%3A%22Node+CI%22)
[![codecov](https://codecov.io/gh/s-shin/hiryu/branch/master/graph/badge.svg)](https://codecov.io/gh/s-shin/hiryu)

Demo: https://s-shin.github.io/hiryu/releases/sandbox-app/

0 comments on commit 3a63faa

Please sign in to comment.