Skip to content

Commit 35787a5

Browse files
datedfaustbrian
authored andcommitted
chore: add codecov to circleci config (#18)
1 parent 3419101 commit 35787a5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@ jobs:
1818
paths:
1919
- ~/.gradle
2020
key: v1-dependencies-{{ checksum "build.gradle" }}
21-
- run: gradle test
21+
- run:
22+
name: Tests
23+
command: |
24+
gradle test
25+
gradle jacocoTestReport
26+
- run:
27+
name: Codecov
28+
when: on_success
29+
command: bash <(curl -s https://codecov.io/bash)

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
comment: off

0 commit comments

Comments
 (0)