From f8a1d4b21b895cb692e43518dc841fb04106adc0 Mon Sep 17 00:00:00 2001 From: Darrel O'Pry Date: Fri, 15 Sep 2017 23:03:09 -0400 Subject: [PATCH] Add codecov reporting to build process. --- .travis.yml | 4 ++++ codecov.yml | 1 + 2 files changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/.travis.yml b/.travis.yml index b5a19ae5..3216b934 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,7 @@ install: - yarn notifications: email: false +before_script: + - yarn add codecov --dev +after_script: + - codecov diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..959972a6 --- /dev/null +++ b/codecov.yml @@ -0,0 +1 @@ +comment: false \ No newline at end of file