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

Commit 3b4f352

Browse files
committed
codecovへのアップロード設定を追加
1 parent 5bd073e commit 3b4f352

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .circleci/config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
#
33
# Check https://circleci.com/docs/2.0/language-java/ for more details
44
#
5-
version: 2
5+
version: 2.1
6+
orbs:
7+
codecov: codecov/[email protected]
68
jobs:
79
build:
810
docker:
@@ -42,3 +44,5 @@ jobs:
4244
- run: gradle ktlintCheck
4345
# run tests!
4446
- run: gradle test
47+
# upload coverages to codecov
48+
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)