Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 32ec889

Browse files
committed
added codecov callback
1 parent b665f45 commit 32ec889

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
path: ~/test-results
7474
- store_artifacts:
7575
path: ~/test-results
76+
- run:
77+
name: Export Code Coverage Metrics
78+
command: bash <(curl -s https://codecov.io/bash)
7679

7780
integration-tests:
7881
working_directory: ~/work
@@ -96,6 +99,9 @@ jobs:
9699
path: ~/test-results
97100
- store_artifacts:
98101
path: ~/test-results
102+
- run:
103+
name: Export Code Coverage Metrics
104+
command: bash <(curl -s https://codecov.io/bash)
99105

100106
documentation:
101107
working_directory: ~/work

0 commit comments

Comments
 (0)