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

Commit e81d4be

Browse files
committed
カバレッジのアップロードを追加
1 parent 209020b commit e81d4be

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
@@ -42,3 +42,5 @@ jobs:
4242
- run: gradle ktlintCheck
4343
# run tests!
4444
- run: gradle test
45+
# upload coverages to codecov
46+
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)