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