summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 6bd4c9d724..d194e54070 100644
--- a/circle.yml
+++ b/circle.yml
@@ -864,6 +864,12 @@ jobs:
curl -sSfL -o codecov https://codecov.io/bash
chmod +x codecov
./codecov -c
+ - run:
+ name: Upload coverage metrics to s3
+ command: |
+ if [[ $CIRCLE_BRANCH == master ]]; then
+ scripts/publish_code_coverage.js -p Linux -s Core
+ fi
# ------------------------------------------------------------------------------
linux-doxygen: