Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 3e4f245

Browse files
committed
アップロード設定を追加
1 parent 0d7f1a1 commit 3e4f245

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ jobs:
4444
- run: gradle ktlintCheck
4545
# run tests!
4646
- run: gradle test
47+
# upload coverages to codecov
48+
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)