1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-15 20:06:39 +09:00

feat: add crisp (#7)

* feat: add crisp

* test: add codacy

* fix: coverage
This commit is contained in:
2019-10-24 12:55:09 +09:00
committed by GitHub
parent 664801205c
commit 2fc4d94779
11 changed files with 706 additions and 7 deletions

View File

@@ -14,4 +14,7 @@ jobs:
- uses: actions/setup-node@master
- uses: actions/checkout@master
- run: yarn --cwd api install
- run: yarn --cwd api test
- run: yarn --cwd api test
- run: cat ./api/coverage/lcov.info | npx codacy-coverage
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}

View File

@@ -15,5 +15,7 @@ jobs:
- uses: actions/checkout@master
- run: yarn --cwd web install
- run: yarn --cwd web test
- run: cat ./web/coverage/lcov.info | npx codacy-coverage
env:
CI: true
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}