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

Configure Feed

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

create codecov action

Kohei Watanabe (Mar 26, 2021, 11:06 AM +0900) ad7d811a 83fad3e7

+8
+8
.github/workflows/codecov.yml
··· 1 + name: codecov 2 + on: push 3 + jobs: 4 + main: 5 + runs-on: ubuntu-latest 6 + steps: 7 + - uses: actions/checkout@v2 8 + - uses: codecov/codecov-action@v1