Skip to content

Commit 6faa46f

Browse files
datedfaustbrian
authored andcommitted
chore: add codecov to circleci config (#12)
* chore: add codecov to circleci config * chore: adds .codecov.yml
1 parent c60eece commit 6faa46f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ jobs:
1919
- ~/.gradle
2020
key: v1-dependencies-{{ checksum "build.gradle" }}
2121
- run: gradle test
22+
- run:
23+
name: Codecov
24+
when: on_success
25+
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)