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

Commit 193b918

Browse files
committed
actionsでの設定を追加
1 parent fe5ccb0 commit 193b918

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@ jobs:
1919
java-version: 1.8
2020
- name: Grant execute permission for gradlew
2121
run: chmod +x gradlew
22+
- name: ktlint check
23+
run: ./gradlew ktlintCheck
2224
- name: Test with Gradle
2325
run: ./gradlew test
26+
- name: upload coverage
27+
uses: codecov/codecov-action@v1
28+
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)