Skip to content

Commit 1565305

Browse files
datedfaustbrian
authored andcommitted
chore: generate test report (#13)
* chore: generate test report * chore: sets command name
1 parent 6faa46f commit 1565305

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ 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
2226
- run:
2327
name: Codecov
2428
when: on_success

0 commit comments

Comments
 (0)