From 809d34e5b23045f34bcd8fd6c1ba40f01a2d4f96 Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Tue, 3 Mar 2020 12:19:07 -0500 Subject: [PATCH] Add codecov --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2fe0f3408..075885b6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,9 @@ script: # website-test is temporarily disabled while we get the website build back in shape after the v0.12 reorganization #- make website-test +after_success: + - bash <(curl -s https://codecov.io/bash) + branches: only: - master