プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

create coverralls action

Kohei Watanabe (Mar 26, 2021, 11:13 AM +0900) bcb7fcef 2305d0a2

+9
+9
.github/workflows/coveralls.yml
··· 1 + name: coveralls 2 + on: workflow_dispatch 3 + jobs: 4 + main: 5 + runs-on: ubuntu-latest 6 + steps: 7 + - uses: actions/checkout@v2 8 + - uses: coverallsapp/github-action@v1 9 + with: { github-token: "${{ secrets.github_token }}" }