We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3419101 commit 35787a5Copy full SHA for 35787a5
2 files changed
.circleci/config.yml
@@ -18,4 +18,12 @@ jobs:
18
paths:
19
- ~/.gradle
20
key: v1-dependencies-{{ checksum "build.gradle" }}
21
- - run: gradle test
+ - run:
22
+ name: Tests
23
+ command: |
24
+ gradle test
25
+ gradle jacocoTestReport
26
27
+ name: Codecov
28
+ when: on_success
29
+ command: bash <(curl -s https://codecov.io/bash)
.codecov.yml
@@ -0,0 +1 @@
1
+comment: off
0 commit comments